aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-15[analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistryKristof Umann1-1/+2
2018-12-15[analyzer] Prefer returns values to out-params in CheckerRegistry.cppKristof Umann1-1/+2
2018-12-04PTH-- Remove feature entirely-Erich Keane1-1/+0
2018-11-17Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie1-2/+3
2018-11-02[analyzer] New flag to print all -analyzer-config optionsKristof Umann1-0/+8
2018-10-10[Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song1-1/+1
2018-10-03[Frontend] Delete -print-decl-contextsFangrui Song1-1/+0
2018-09-15[modules] Frontend support for building a header module from a list ofRichard Smith1-0/+2
2018-07-30Remove trailing spaceFangrui Song1-2/+2
2018-05-31Add a new driver mode to dump compiler feature and extension options.Aaron Ballman1-0/+2
2018-02-10Make a build bot happy.Gabor Horvath1-1/+1
2018-02-10[Templight] Template Instantiation ObserverGabor Horvath1-2/+7
2017-10-18[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi1-7/+7
2017-07-26Update after LLVM change r309087George Rimar1-1/+2
2017-07-18[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi1-0/+1
2017-06-09Add -frewrite-imports flag.Richard Smith1-1/+2
2017-01-13unique_ptrify createDriverOptTableDavid Blaikie1-1/+1
2016-08-26C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith1-1/+4
2016-08-08[analyzer] Command line option to show enabled checker list.Gabor Horvath1-0/+5
2016-03-15Make it possible for AST plugins to enable themselves by defaultJohn Brawn1-1/+15
2016-02-11Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi1-8/+1
2016-02-09clang-cl: Support loading plugins on WindowsEhsan Akhgari1-1/+8
2016-02-07[Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis1-42/+47
2014-08-29Provide a BuryPointer for unique_ptrs.David Blaikie1-1/+1
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-22/+4
2014-05-26[C++11] Use 'nullptr'.Craig Topper1-4/+4
2014-05-17[objcmt] Don't wrap a PCH generation action with a ObjCMigrateAction one, it ...Argyrios Kyrtzidis1-1/+2
2014-05-03[leaks] Don't leak the fake arguments we synthesize for LLVM optionChandler Carruth1-2/+2
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-3/+3
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles1-2/+2
2014-02-05Add a CC1 option -verify-pchBen Langmuir1-0/+1
2013-12-27Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany1-1/+2
2013-11-27Bring back a StringRef used in some build configurationsAlp Toker1-0/+2
2013-11-27Remove a whole lot of unused variablesAlp Toker1-1/+0
2013-11-13[objcmt] If the frontend option is frontend::MigrateSource then we don't need...Argyrios Kyrtzidis1-20/+22
2013-10-07Remove -ast-dump-xml.Richard Smith1-1/+0
2013-10-02Objective-C migrator. Simplify migrator option Fariborz Jahanian1-4/+1
2013-08-28ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian1-1/+2
2013-08-07Indicate success for simple options when clang called with -cc1.Rafael Espindola1-3/+3
2013-07-09ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian1-2/+3
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner1-5/+5
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor1-0/+1
2013-01-06use early returns to simplify and de-nestSean Silva1-11/+9
2012-12-13Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky1-2/+44
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-4/+4
2012-11-09PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith1-1/+4
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek1-1/+1
2012-08-31Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek1-1/+1
2012-07-31Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko1-0/+1