commit | 3d9cbdc3e66e274d5d3cb94ce81a65478d9baae0 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Fri Apr 15 00:35:57 2011 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Fri Apr 15 00:35:57 2011 +0000 |
tree | 13a98c673af7fe0eb3f9912f050e3bc21b6b1bc5 | |
parent | 91147596414d94e39c2d04a2f91a13bda877093c [diff] [blame] |
C1X: implement static asserts llvm-svn: 129555
diff --git a/clang/lib/Parse/ParseTentative.cpp b/clang/lib/Parse/ParseTentative.cpp index 775bc93..9522691 100644 --- a/clang/lib/Parse/ParseTentative.cpp +++ b/clang/lib/Parse/ParseTentative.cpp
@@ -58,6 +58,7 @@ case tok::kw_using: // static_assert-declaration case tok::kw_static_assert: + case tok::kw__Static_assert: return true; // simple-declaration default: