aboutsummaryrefslogtreecommitdiff
path: root/lib/FrontendTool/ExecuteCompilerInvocation.cpp
AgeCommit message (Expand)Author
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-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-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
2010-12-23Rename static analyzer namespace 'GR' to 'ento'.Ted Kremenek
2010-12-22[analyzer] Refactoring: Move stuff into namespace 'GR'.Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-24Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall
2010-11-19getNumErrors() -> hasErrorOccurred()Argyrios Kyrtzidis
2010-08-24Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne