From faea5bfd7583fe259b352b350bb5689f8c96de17 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Sat, 16 Nov 2013 00:16:03 +0000 Subject: [PATCH] Corrected comment about MS prgama warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194897 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Lex/Pragma.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Lex/Pragma.cpp b/lib/Lex/Pragma.cpp index f1d8fa1f73..e4059eeb6f 100644 --- a/lib/Lex/Pragma.cpp +++ b/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(); -- 2.40.0