hanchenye-llvm-project/clang/unittests/AST
David Blaikie 6beb6aa8f0 Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
After post-commit review and community discussion, this seems like a
reasonable direction to continue, making ownership semantics explicit in
the source using the type system.

llvm-svn: 215323
2014-08-10 19:56:51 +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 AST printer: fix double space before base class with no access specifier. 2014-07-23 03:22:10 +00:00
DeclTest.cpp Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
EvaluateAsRValueTest.cpp Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 2014-08-10 19:56:51 +00:00
ExternalASTSourceTest.cpp Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 2014-08-10 19:56:51 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
MatchVerifier.h Add missing header guards. 2014-08-08 13:24:19 +00:00
NamedDeclPrinterTest.cpp Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 2014-08-10 19:56:51 +00:00
SourceLocationTest.cpp Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, 2014-07-31 17:39:50 +00:00
StmtPrinterTest.cpp Lex: Use the correct types for MS integer suffixes 2014-06-21 18:46:07 +00:00