aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-10Parse LLVM command line arguments after plugins have been loadedTobias Grosser1-10/+11
2011-09-15Eliminate the unused -create-module cc1-level optionDouglas Gregor1-1/+0
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor1-1/+2
2011-08-16[analyzer] Overhaul of checker registration in preparation for basic plugin s...Jordy Rose1-6/+7
2011-07-19[arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis1-1/+4
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis1-1/+4
2011-07-07Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner1-1/+0
2011-06-17[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis1-3/+0
2011-06-16Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth1-0/+16
2011-04-25Re-enable disable free optimization where the FrontendAction is not freed whe...Ted Kremenek1-1/+4
2011-03-21Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek1-4/+1
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor1-1/+0
2011-02-25Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...Argyrios Kyrtzidis1-0/+6
2011-02-17Eliminate the internal command-line option for viewing inheritance in C++ cla...Douglas Gregor1-1/+0
2011-02-14[analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis1-1/+1
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek1-1/+1
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek1-1/+1
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek1-1/+1
2010-12-23Rename static analyzer namespace 'GR' to 'ento'.Ted Kremenek1-1/+1
2010-12-22[analyzer] Refactoring: Move stuff into namespace 'GR'.Argyrios Kyrtzidis1-1/+1
2010-12-22[analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-11-24Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall1-0/+1
2010-11-19getNumErrors() -> hasErrorOccurred()Argyrios Kyrtzidis1-1/+1
2010-08-24Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne1-0/+155