summaryrefslogtreecommitdiff
path: root/lib/FrontendTool
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkersKristof Umann2019-09-121-0/+1
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-041-5/+5
* [clang][ifs] Dropping older experimental interface stub formats.Puyan Lotfi2019-08-221-4/+0
* [clang][ifs] New interface stubs format (llvm triple based).Puyan Lotfi2019-08-221-0/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-43/+43
* [clang-ifs] Clang Interface Stubs, first version (second landing attempt).Puyan Lotfi2019-06-201-0/+4
* Revert D60974 "[clang-ifs] Clang Interface Stubs, first version."Fangrui Song2019-06-181-4/+0
* [clang-ifs] Clang Interface Stubs, first version.Puyan Lotfi2019-06-171-0/+4
* Add clang source minimizer that reduces source to directivesAlex Lorenz2019-06-031-0/+2
* [analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann2019-05-231-1/+2
* [analyzer] Hide developer-only checker/package options by defaultKristof Umann2019-05-231-1/+1
* [analyzer] List checkers in 3 categories: released, alpha, developerKristof Umann2019-05-231-1/+2
* [analyzer] Add a new frontend flag to display all checker optionsKristof Umann2019-05-231-0/+10
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-7/+9
* [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptionsKristof Umann2019-01-261-2/+5
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-261-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistryKristof Umann2018-12-151-1/+2
* [analyzer] Prefer returns values to out-params in CheckerRegistry.cppKristof Umann2018-12-151-1/+2
* PTH-- Remove feature entirely-Erich Keane2018-12-041-1/+0
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-171-2/+3
* [analyzer] New flag to print all -analyzer-config optionsKristof Umann2018-11-021-0/+8
* [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song2018-10-101-1/+1
* [Frontend] Delete -print-decl-contextsFangrui Song2018-10-031-1/+0
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-0/+2
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* Add a new driver mode to dump compiler feature and extension options.Aaron Ballman2018-05-311-0/+2
* Make a build bot happy.Gabor Horvath2018-02-101-1/+1
* [Templight] Template Instantiation ObserverGabor Horvath2018-02-101-2/+7
* [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi2017-10-181-7/+7
* Update after LLVM change r309087George Rimar2017-07-261-1/+2
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-181-0/+1
* Add -frewrite-imports flag.Richard Smith2017-06-091-1/+2
* unique_ptrify createDriverOptTableDavid Blaikie2017-01-131-1/+1
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-1/+4
* [analyzer] Command line option to show enabled checker list.Gabor Horvath2016-08-081-0/+5
* Make it possible for AST plugins to enable themselves by defaultJohn Brawn2016-03-151-1/+15
* Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi2016-02-111-8/+1
* clang-cl: Support loading plugins on WindowsEhsan Akhgari2016-02-091-1/+8
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-42/+47
* Remove autoconf supportChris Bieneman2016-01-261-25/+0
* Provide a BuryPointer for unique_ptrs.David Blaikie2014-08-291-1/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-162-26/+5
* [C++11] Use 'nullptr'.Craig Topper2014-05-261-4/+4
* [objcmt] Don't wrap a PCH generation action with a ObjCMigrateAction one, it ...Argyrios Kyrtzidis2014-05-171-1/+2
* [leaks] Don't leak the fake arguments we synthesize for LLVM optionChandler Carruth2014-05-031-2/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-3/+3
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-2/+2
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-10/+13
* [CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.NAKAMURA Takumi2014-02-231-0/+3