r194897 - Corrected comment about MS prgama warning.
John Thompson
John.Thompson.JTSoftware at gmail.com
Fri Nov 15 16:16:03 PST 2013
Author: jtsoftware
Date: Fri Nov 15 18:16:03 2013
New Revision: 194897
URL: http://llvm.org/viewvc/llvm-project?rev=194897&view=rev
Log:
Corrected comment about MS prgama warning.
Modified:
cfe/trunk/lib/Lex/Pragma.cpp
Modified: cfe/trunk/lib/Lex/Pragma.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/Pragma.cpp?rev=194897&r1=194896&r2=194897&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/Pragma.cpp (original)
+++ cfe/trunk/lib/Lex/Pragma.cpp Fri Nov 15 18:16:03 2013
@@ -1036,7 +1036,7 @@ struct PragmaWarningHandler : public Pra
// 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();
More information about the cfe-commits
mailing list