]> granicus.if.org Git - clang/commit
Add support for C++'0x keywords, patch by Doug Gregor
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jul 2007 04:18:29 +0000 (04:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jul 2007 04:18:29 +0000 (04:18 +0000)
commitd4b80f1a0e946aa38c5db7d6f8afcdf05ed57116
tree853d595b2dd5c38bfd826fb59829556a3f20b4ba
parent7a2e047c602d6ba28d6c434c990d4b9f7ef8c694
Add support for C++'0x keywords, patch by Doug Gregor

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39897 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/clang.cpp
Lex/IdentifierTable.cpp
include/clang/Basic/LangOptions.h
include/clang/Basic/TokenKinds.def
test/Lexer/cxx0x_keyword.cpp [new file with mode: 0644]
test/Lexer/cxx0x_keyword_as_cxx98.cpp [new file with mode: 0644]