Skip to content

Commit

Permalink
Fix 80-col viola.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140749 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Sep 29, 2011
1 parent 2587ede commit 80d572d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/clang/Basic/DiagnosticIDs.h
Expand Up @@ -104,10 +104,10 @@ class DiagnosticIDs : public llvm::RefCountedBase<DiagnosticIDs> {
/// 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
Expand Down

0 comments on commit 80d572d

Please sign in to comment.