| commit | a9ad47d94c9a11535b924a55cbfb256c51583d07 | [log] [tgz] |
|---|---|---|
| author | Alisdair Meredith <public@alisdairm.net> | Tue Jul 14 06:30:34 2009 +0000 |
| committer | Alisdair Meredith <public@alisdairm.net> | Tue Jul 14 06:30:34 2009 +0000 |
| tree | 93264393f1ef4e9031e0fdc74c35dd68c4d12d16 | |
| parent | c0e371f1435b16131f3b0b4fc2c4dd4830c36ea6 [diff] [blame] |
Basic support for C++0x unicode types. Support for literals will follow in an incremental patch llvm-svn: 75622
diff --git a/clang/lib/Parse/ParseTentative.cpp b/clang/lib/Parse/ParseTentative.cpp index 02687a2..97f6f52 100644 --- a/clang/lib/Parse/ParseTentative.cpp +++ b/clang/lib/Parse/ParseTentative.cpp
@@ -681,6 +681,8 @@ case tok::kw_char: case tok::kw_wchar_t: + case tok::kw_char16_t: + case tok::kw_char32_t: case tok::kw_bool: case tok::kw_short: case tok::kw_int: