summaryrefslogtreecommitdiffstats
path: root/lib/FrontendTool/ExecuteCompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek2012-08-311-1/+1
* Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko2012-07-311-0/+1
* Support -frewrite-includes as an option while preprocessing.David Blaikie2012-06-141-2/+6
* Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie2012-06-061-0/+1
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-011-2/+2
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-131-1/+0
* Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor2012-03-271-0/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-1/+8
* Make use of const-correct ParseCommandLineOptionsDavid Blaikie2012-02-071-1/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-3/+3
* Fix ASTMerge tests that I broke in my previous commit.Argyrios Kyrtzidis2012-02-041-1/+1
* Use variable in place of multiple CI.getFrontendOpts() calls and use a bitArgyrios Kyrtzidis2012-02-041-8/+9
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-261-0/+4
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-3/+1
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-1/+0
* Add frontend flags to enable bitcode verifier pass.Chad Rosier2011-12-121-0/+1
* Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor2011-11-291-3/+2