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 Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
ASTTypeTraitsTest.cpp Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
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 Rename SourceManager::createFileIDForMemBuffer() 2014-05-16 17:23:01 +00:00
CommentParser.cpp [C++11] Use 'nullptr'. Unittests edition. 2014-06-08 08:38:12 +00:00
DeclPrinterTest.cpp Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
DeclTest.cpp Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
EvaluateAsRValueTest.cpp ASTTests//EvaluateAsRValueTest.cpp: Appease *-win32 target to add -fno-delayed-template-parsing. 2014-03-15 00:36:51 +00:00
ExternalASTSourceTest.cpp Fix use of uninitialized variable in ExternalASTSourceTest.cpp (introduced in 203525) 2014-03-11 06:49:26 +00:00
Makefile [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
MatchVerifier.h Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
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