]> granicus.if.org Git - clang/commitdiff
Fix 80-col viola.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 29 Sep 2011 00:53:50 +0000 (00:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 29 Sep 2011 00:53:50 +0000 (00:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140749 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticIDs.h

index d014662e3eb1d648db21e09f69de06fd1c759d32..6ff473346e86fe34ec7b84640e90a490d51396ab 100644 (file)
@@ -104,10 +104,10 @@ public:
   /// issue.
   StringRef getDescription(unsigned DiagID) const;
 
-  /// isBuiltinWarningOrExtension - Return true if the unmapped diagnostic
-  /// level of the specified diagnostic ID is a Warning or Extension.
-  /// This only works on builtin diagnostics, not custom ones, and is not legal to
-  /// call on NOTEs.
+  /// isBuiltinWarningOrExtension - Return true if the unmapped diagnostic level
+  /// of the specified diagnostic ID is a Warning or Extension.  This only works
+  /// on builtin diagnostics, not custom ones, and is not legal to call on
+  /// NOTEs.
   static bool isBuiltinWarningOrExtension(unsigned DiagID);
 
   /// \brief Determine whether the given built-in diagnostic ID is a