]> granicus.if.org Git - clang/commit
Fix a non-error diagnostic that had an err_ name. Also move it from Warning to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Feb 2014 00:45:50 +0000 (00:45 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Feb 2014 00:45:50 +0000 (00:45 +0000)
commitf1f62b816872e5bd7b926c096d32a030c3e8fbb0
treea74119b8571a80db310aa25fc6e10a59728291a1
parenteeabe910490a68fa42281571554bf8c76a1e4bef
Fix a non-error diagnostic that had an err_ name. Also move it from Warning to
ExtWarn, since it's an extension.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201540 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/TokenLexer.cpp