hanchenye-llvm-project/clang/unittests/AST
Richard Trieu ddd01cec0e Removing an "if (this == nullptr)" check from two print methods. The condition
will never be true in a well-defined context.  The checking for null pointers
has been moved into the caller logic so it does not rely on undefined behavior.

llvm-svn: 210498
2014-06-09 22:53:25 +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 Removing an "if (this == nullptr)" check from two print methods. The condition 2014-06-09 22:53:25 +00:00