hanchenye-llvm-project/clang/unittests/AST
David Majnemer 65a407c2ce Lex: Use the correct types for MS integer suffixes
Something went wrong with r211426, it is an older version of this code
and should not have been committed.  It was reverted with r211434.

Original commit message:
We didn't properly implement support for the sized integer suffixes.
Suffixes like i16 were essentially ignored instead of mapping them to
the appropriately sized integer type.

This fixes PR20008.

Differential Revision: http://reviews.llvm.org/D4132

llvm-svn: 211441
2014-06-21 18:46:07 +00:00
..
ASTContextParentMapTest.cpp
ASTTypeTraitsTest.cpp
ASTVectorTest.cpp [C++11] Use 'nullptr'. Unittests edition. 2014-06-08 08:38:12 +00:00
CMakeLists.txt Take PrintingPolicy::SuppressUnwrittenScope into account when printing the 2014-05-30 22:16:51 +00:00
CommentLexer.cpp
CommentParser.cpp [C++11] Use 'nullptr'. Unittests edition. 2014-06-08 08:38:12 +00:00
DeclPrinterTest.cpp
DeclTest.cpp
EvaluateAsRValueTest.cpp
ExternalASTSourceTest.cpp
Makefile
MatchVerifier.h
NamedDeclPrinterTest.cpp Take PrintingPolicy::SuppressUnwrittenScope into account when printing the 2014-05-30 22:16:51 +00:00
SourceLocationTest.cpp Add first set of tests for FriendDecl source range and location. 2014-06-06 04:40:35 +00:00
StmtPrinterTest.cpp Lex: Use the correct types for MS integer suffixes 2014-06-21 18:46:07 +00:00