]> granicus.if.org Git - clang/commitdiff
Corrected comment about MS prgama warning.
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Sat, 16 Nov 2013 00:16:03 +0000 (00:16 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Sat, 16 Nov 2013 00:16:03 +0000 (00:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194897 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Pragma.cpp

index f1d8fa1f7370998d1c78be40d883eb09fb4bb47b..e4059eeb6fc0a63d17084d5be97dff7d8fc4d0c6 100644 (file)
@@ -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();