llvm-project/clang/unittests/Tooling
Alp Toker 0621cb2e7d Make clang's rewrite engine a core feature
The rewrite facility's footprint is small so it's not worth going to these
lengths to support disabling at configure time, particularly since key compiler
features now depend on it.

Meanwhile the Objective-C rewriters have been moved under the
ENABLE_CLANG_ARCMT umbrella for now as they're comparatively heavy and still
potentially worth excluding from lightweight builds.

Tests are now passing with any combination of feature flags. The flags
historically haven't been tested by LLVM's build servers so caveat emptor.

llvm-svn: 213171
2014-07-16 16:48:33 +00:00
..
CMakeLists.txt Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
CommentHandlerTest.cpp [C++11] Use 'nullptr'. Unittests edition. 2014-06-08 08:38:12 +00:00
CompilationDatabaseTest.cpp [C++11] Use 'nullptr'. Unittests edition. 2014-06-08 08:38:12 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
RecursiveASTVisitorTest.cpp RAV: visit copy expressions of captured variables in blocks (ObjC++11) 2014-06-26 01:42:24 +00:00
RefactoringCallbacksTest.cpp Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
RefactoringTest.cpp Replace llvm::error_code with std::error_code. 2014-06-12 14:02:15 +00:00
ReplacementsYamlTest.cpp Do not quote YAML plain string myself. Let YAMLIO do that. 2013-09-11 04:00:35 +00:00
RewriterTest.cpp Adds a method overwriteChangedFiles to the Rewriter. This is implemented by 2012-05-22 17:01:35 +00:00
RewriterTestContext.h Remove 'const' from MemoryBuffers used through the SourceManager 2014-06-27 17:40:03 +00:00
TestVisitor.h Make test from r211758 portable 2014-06-26 02:07:06 +00:00
ToolingTest.cpp Track IntrusiveRefCntPtr::get() changes from LLVM r212366 2014-07-05 03:08:06 +00:00