diff options
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2013-11-16 00:16:03 +0000 |
---|---|---|
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2013-11-16 00:16:03 +0000 |
commit | 4762b23e6ce4590a0a3ba648179332b02bd98561 (patch) | |
tree | cfd146c44420357626c5bfc2bd7918a67ab2ab9a /clang/lib/Lex | |
parent | b01f13ecf647ba5572a87b396fa408b39b93fbc3 (diff) | |
download | bcm5719-llvm-4762b23e6ce4590a0a3ba648179332b02bd98561.tar.gz bcm5719-llvm-4762b23e6ce4590a0a3ba648179332b02bd98561.zip |
Corrected comment about MS prgama warning.
llvm-svn: 194897
Diffstat (limited to 'clang/lib/Lex')
-rw-r--r-- | clang/lib/Lex/Pragma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/Pragma.cpp b/clang/lib/Lex/Pragma.cpp index f1d8fa1f737..e4059eeb6fc 100644 --- a/clang/lib/Lex/Pragma.cpp +++ b/clang/lib/Lex/Pragma.cpp @@ -1036,7 +1036,7 @@ struct PragmaWarningHandler : public PragmaHandler { // Parse things like: // warning(push, 1) // warning(pop) - // warning(disable : 1 2 3 ; error 4 5 6 ; suppress 7 8 9) + // warning(disable : 1 2 3 ; error : 4 5 6 ; suppress : 7 8 9) SourceLocation DiagLoc = Tok.getLocation(); PPCallbacks *Callbacks = PP.getPPCallbacks(); |