summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExprCXX.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-01-06 19:17:58 +0000
committerTed Kremenek <kremenek@apple.com>2009-01-06 19:17:58 +0000
commit016056cfde1e13681e359f99572ccd51dc183438 (patch)
tree16267c3b3c39f912966ae406b2d8cc75ea3524b4 /clang/lib/Parse/ParseExprCXX.cpp
parenta055b8c0d38f26a156694dbdde48f2fcc666774d (diff)
downloadbcm5719-llvm-016056cfde1e13681e359f99572ccd51dc183438.tar.gz
bcm5719-llvm-016056cfde1e13681e359f99572ccd51dc183438.zip
Add whitespace to silence the following warning in a Release build: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement
llvm-svn: 61820
Diffstat (limited to 'clang/lib/Parse/ParseExprCXX.cpp')
-rw-r--r--clang/lib/Parse/ParseExprCXX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseExprCXX.cpp b/clang/lib/Parse/ParseExprCXX.cpp
index 88ca9157145..d05c00292db 100644
--- a/clang/lib/Parse/ParseExprCXX.cpp
+++ b/clang/lib/Parse/ParseExprCXX.cpp
@@ -526,7 +526,7 @@ bool Parser::ParseCXXTypeSpecifierSeq(DeclSpec &DS) {
return true;
}
- while (ParseOptionalTypeSpecifier(DS, isInvalid, PrevSpec));
+ while (ParseOptionalTypeSpecifier(DS, isInvalid, PrevSpec)) ;
return false;
}
OpenPOWER on IntegriCloud