aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-14Support -frewrite-includes as an option while preprocessing.David Blaikie1-2/+6
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie1-0/+1
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy1-2/+2
2012-04-13Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor1-1/+0
2012-03-27Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor1-0/+1
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek1-1/+8
2012-02-07Make use of const-correct ParseCommandLineOptionsDavid Blaikie1-1/+1
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-3/+3
2012-02-04Fix ASTMerge tests that I broke in my previous commit.Argyrios Kyrtzidis1-1/+1
2012-02-04Use variable in place of multiple CI.getFrontendOpts() calls and use a bitArgyrios Kyrtzidis1-8/+9
2012-01-26Introduce 3 new fixit options:Argyrios Kyrtzidis1-0/+4
2012-01-17Remove unnecessary default cases in switches over enums.David Blaikie1-3/+1
2011-12-14Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier1-1/+0
2011-12-12Add frontend flags to enable bitcode verifier pass.Chad Rosier1-0/+1
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor1-3/+2
2011-11-16Add support for building a module from a module map to the -cc1Douglas Gregor1-0/+1
2011-11-15Revert r144703. It was a dumb idea anyway; will add the new bits moreDouglas Gregor1-2/+2
2011-11-15Split GenerateModuleAction into its own action, which will startDouglas Gregor1-2/+2