summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-11-16 00:16:03 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-11-16 00:16:03 +0000
commit4762b23e6ce4590a0a3ba648179332b02bd98561 (patch)
treecfd146c44420357626c5bfc2bd7918a67ab2ab9a /clang/lib/Lex
parentb01f13ecf647ba5572a87b396fa408b39b93fbc3 (diff)
downloadbcm5719-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.cpp2
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();
OpenPOWER on IntegriCloud