llvm-project/clang/lib/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
..
ArgumentsAdjusters.cpp ClangTool: strip -o from the command line 2013-06-06 11:52:19 +00:00
CMakeLists.txt Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
CommonOptionsParser.cpp Filter-out irrelevant command-line options in CommonOptionsParser. 2013-12-12 09:59:42 +00:00
CompilationDatabase.cpp Include system_error directly. 2014-06-12 17:19:42 +00:00
FileMatchTrie.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 04:29:04 +00:00
JSONCompilationDatabase.cpp Update for llvm api change. 2014-07-06 17:43:24 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00
Refactoring.cpp Replace llvm::error_code with std::error_code. 2014-06-12 14:02:15 +00:00
RefactoringCallbacks.cpp Finishing the move of RefactoringCallbacks and fixing the corresponding 2012-07-17 08:37:03 +00:00
Tooling.cpp Track IntrusiveRefCntPtr::get() changes from LLVM r212366 2014-07-05 03:08:06 +00:00