commit | 79eba1ca3bf8284de46c6e3d14671a1cb1deaed2 | [log] [tgz] |
---|---|---|
author | Sebastian Redl <sebastian.redl@getdesigned.at> | Thu Dec 03 00:13:20 2009 +0000 |
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | Thu Dec 03 00:13:20 2009 +0000 |
tree | 20e87e4afc19ba9f67b5e82d9a994e967c33b60d | |
parent | 37e4c41283aae2160ea6f7d33030d19a07af7d7e [diff] [blame] |
Introduce the notion of literal types, as specified in C++0x. llvm-svn: 90361
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index f780cf1..7b8bc3e 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/lib/Parse/ParseExpr.cpp
@@ -826,6 +826,7 @@ case tok::kw___is_empty: case tok::kw___is_polymorphic: case tok::kw___is_abstract: + case tok::kw___is_literal: case tok::kw___has_trivial_constructor: case tok::kw___has_trivial_copy: case tok::kw___has_trivial_assign: