aboutsummaryrefslogtreecommitdiff
path: root/lib/FrontendTool
AgeCommit message (Expand)Author
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-01-06use early returns to simplify and de-nestSean Silva
2012-12-13Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-09PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-31Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek
2012-07-31Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-14Support -frewrite-includes as an option while preprocessing.David Blaikie
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie
2012-05-02Fix cmake. Remaining two ClangCC1Options deps.Andrew Trick
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy
2012-04-13Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor
2012-03-27Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-02-07Make use of const-correct ParseCommandLineOptionsDavid Blaikie
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-02-04Fix ASTMerge tests that I broke in my previous commit.Argyrios Kyrtzidis
2012-02-04Use variable in place of multiple CI.getFrontendOpts() calls and use a bitArgyrios Kyrtzidis
2012-01-26Introduce 3 new fixit options:Argyrios Kyrtzidis
2012-01-17Remove unnecessary default cases in switches over enums.David Blaikie
2011-12-14Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier
2011-12-12Add frontend flags to enable bitcode verifier pass.Chad Rosier
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor
2011-11-16Add support for building a module from a module map to the -cc1Douglas Gregor
2011-11-15Revert r144703. It was a dumb idea anyway; will add the new bits moreDouglas Gregor
2011-11-15Split GenerateModuleAction into its own action, which will startDouglas Gregor
2011-10-10Parse LLVM command line arguments after plugins have been loadedTobias Grosser
2011-09-15Eliminate the unused -create-module cc1-level optionDouglas Gregor
2011-09-07More missing dependencies picked up by Ninja.Peter Collingbourne
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-08-16[analyzer] Overhaul of checker registration in preparation for basic plugin s...Jordy Rose
2011-07-19[arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis
2011-07-07Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner
2011-06-17[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis
2011-06-16Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth
2011-04-25Re-enable disable free optimization where the FrontendAction is not freed whe...Ted Kremenek
2011-03-21Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor
2011-02-25Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...Argyrios Kyrtzidis
2011-02-17Eliminate the internal command-line option for viewing inheritance in C++ cla...Douglas Gregor
2011-02-14[analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis
2011-02-14[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek