hanchenye-llvm-project/clang-tools-extra/modularize
Ilya Biryukov 433927595d [Driver] Use shared singleton instance of DriverOptTable
Summary:
This significantly reduces the time required to run clangd tests, by
~10%.

Should also have an effect on other tests that run command-line parsing
multiple times inside a single invocation.

Reviewers: gribozavr, sammccall

Reviewed By: sammccall

Subscribers: kadircet, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D67163

llvm-svn: 370908
2019-09-04 14:26:28 +00:00
..
CMakeLists.txt Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
CoverageChecker.cpp Changed FrontendActionFactory::create to return a std::unique_ptr 2019-08-29 16:38:36 +00:00
CoverageChecker.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
Modularize.cpp [Driver] Use shared singleton instance of DriverOptTable 2019-09-04 14:26:28 +00:00
Modularize.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ModularizeUtilities.cpp [clang-tools-extra] Adopt FileManager's error-returning APIs 2019-08-01 21:32:01 +00:00
ModularizeUtilities.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ModuleAssistant.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
PreprocessorTracker.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
PreprocessorTracker.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00