diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-09-29 00:53:50 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-09-29 00:53:50 +0000 |
commit | 80d572d87e2a8258262fd9caa463ae9c046f7bf0 (patch) | |
tree | a48e2a985fcf683b261ddb7a178a402398864b01 | |
parent | 2587ede84d7de6e8ad5b0de9c4ee5eca070a3fd1 (diff) |
Fix 80-col viola.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140749 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/DiagnosticIDs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/clang/Basic/DiagnosticIDs.h b/include/clang/Basic/DiagnosticIDs.h index d014662e3e..6ff473346e 100644 --- a/include/clang/Basic/DiagnosticIDs.h +++ b/include/clang/Basic/DiagnosticIDs.h @@ -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 |