aboutsummaryrefslogtreecommitdiff
path: root/lib/FrontendTool/ExecuteCompilerInvocation.cpp
AgeCommit message (Expand)Author
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