llvm-project/clang/unittests/AST
David Blaikie 62a56f39b7 Revert "unique_ptr-ify ownership of ASTConsumers"
This reverts commit r213307.

Reverting to have some on-list discussion/confirmation about the ongoing
direction of smart pointer usage in the LLVM project.

llvm-svn: 213325
2014-07-17 22:34:12 +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 Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
ExternalASTSourceTest.cpp Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
MatchVerifier.h Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
NamedDeclPrinterTest.cpp Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
SourceLocationTest.cpp Fix FriendDecl source location and range for class templates and function declarations that don't start with 'friend' keyword. Add more unittests. 2014-07-17 01:59:34 +00:00
StmtPrinterTest.cpp Lex: Use the correct types for MS integer suffixes 2014-06-21 18:46:07 +00:00