llvm-project/clang/lib/Tooling
Alp Toker 1d257e1d0a Remove the last remaining llvm/Config/config.h includes
This corrects long-standing misuses of LLVM's internal config.h.

In most cases the public llvm-config.h header was intended and we can now
remove the old hacks thanks to LLVM r210144.

The config.h header is private, won't be installed and should no longer be
included by clang or other modules.

llvm-svn: 210145
2014-06-04 03:28:55 +00:00
..
ArgumentsAdjusters.cpp ClangTool: strip -o from the command line 2013-06-06 11:52:19 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
CommonOptionsParser.cpp Filter-out irrelevant command-line options in CommonOptionsParser. 2013-12-12 09:59:42 +00:00
CompilationDatabase.cpp [C++11] Use 'nullptr'. Tooling edition. 2014-05-20 04:51:16 +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 Don't compare an error_code with nullptr. 2014-06-01 16:16:02 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00
Refactoring.cpp [C++11] Use 'nullptr'. Tooling edition. 2014-05-20 04:51:16 +00:00
RefactoringCallbacks.cpp Finishing the move of RefactoringCallbacks and fixing the corresponding 2012-07-17 08:37:03 +00:00
Tooling.cpp Remove the last remaining llvm/Config/config.h includes 2014-06-04 03:28:55 +00:00