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 | e8d29472c548c26b270c451e01f7b7fb6b284cec (patch) | |
| tree | 10d2e8a899ee46a05713d2750c8f670cfd2e5ab0 | |
| parent | 8fd12c58b13c29821375578c1f5f6e979b114b54 (diff) | |
| download | bcm5719-llvm-e8d29472c548c26b270c451e01f7b7fb6b284cec.tar.gz bcm5719-llvm-e8d29472c548c26b270c451e01f7b7fb6b284cec.zip | |
Fix 80-col viola.
llvm-svn: 140749
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticIDs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/include/clang/Basic/DiagnosticIDs.h b/clang/include/clang/Basic/DiagnosticIDs.h index d014662e3eb..6ff473346e8 100644 --- a/clang/include/clang/Basic/DiagnosticIDs.h +++ b/clang/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 |

