summaryrefslogtreecommitdiffstats
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Provide a BuryPointer for unique_ptrs.David Blaikie2014-08-291-1/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-22/+4
* [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
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-0/+1
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-271-1/+2
* Bring back a StringRef used in some build configurationsAlp Toker2013-11-271-0/+2
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+0
* [objcmt] If the frontend option is frontend::MigrateSource then we don't need...Argyrios Kyrtzidis2013-11-131-20/+22
* Remove -ast-dump-xml.Richard Smith2013-10-071-1/+0
* Objective-C migrator. Simplify migrator option Fariborz Jahanian2013-10-021-4/+1
* ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian2013-08-281-1/+2
* Indicate success for simple options when clang called with -cc1.Rafael Espindola2013-08-071-3/+3
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-091-2/+3
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-5/+5
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-0/+1
* use early returns to simplify and de-nestSean Silva2013-01-061-11/+9
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-131-2/+44
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith2012-11-091-1/+4
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+1
OpenPOWER on IntegriCloud