summaryrefslogtreecommitdiffstats
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for building a module from a module map to the -cc1Douglas Gregor2011-11-161-0/+1
* Revert r144703. It was a dumb idea anyway; will add the new bits moreDouglas Gregor2011-11-151-2/+2
* Split GenerateModuleAction into its own action, which will startDouglas Gregor2011-11-151-2/+2
* Parse LLVM command line arguments after plugins have been loadedTobias Grosser2011-10-101-10/+11
* Eliminate the unused -create-module cc1-level optionDouglas Gregor2011-09-151-1/+0
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-1/+2
* [analyzer] Overhaul of checker registration in preparation for basic plugin s...Jordy Rose2011-08-161-6/+7
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-191-1/+4
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-1/+4
OpenPOWER on IntegriCloud