]> granicus.if.org Git - clang/commit
char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a way to...
authorFrancois Pichet <pichet2000@gmail.com>
Sun, 22 Jul 2012 11:32:41 +0000 (11:32 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Sun, 22 Jul 2012 11:32:41 +0000 (11:32 +0000)
commitdfd110ce5e64077ec94df195233e7a39895bf15e
tree81ca0f4bd954109cc4529d293ff1d15856c7b7f5
parent8986e108e04a4fbe9248f87708410bb073940d7b
char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a way to disable keywords under Microsoft mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160612 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TokenKinds.def
lib/Basic/IdentifierTable.cpp
test/SemaCXX/MicrosoftCompatibility.cpp