Commit History

Author SHA1 Message Date
  Argyrios Kyrtzidis 116f3640da Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. 14 years ago
  Douglas Gregor 91a230a15f Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful 14 years ago
  Argyrios Kyrtzidis 43dee22025 [analyzer] Overhauling of the checker registration mechanism. 14 years ago
  Ted Kremenek 9b66371644 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 14 years ago
  Ted Kremenek 21142581d5 Chris Lattner has strong opinions about directory 14 years ago
  Ted Kremenek 3a8f40ed5e Rename headers: 'clang/GR' 'clang/EntoSA' and 14 years ago
  Ted Kremenek 9ef6537a89 Rename static analyzer namespace 'GR' to 'ento'. 14 years ago
  Argyrios Kyrtzidis 5a4f98ff94 [analyzer] Refactoring: Move stuff into namespace 'GR'. 14 years ago
  Argyrios Kyrtzidis 98cabbad47 [analyzer] Refactoring: include/clang/Checker -> include/clang/GR 14 years ago
  Michael J. Spencer 03013fa9a0 Merge System into Support. 14 years ago
  John McCall f351424139 Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals 14 years ago
  Argyrios Kyrtzidis e8f0ba75a3 getNumErrors() -> hasErrorOccurred() 14 years ago
  Peter Collingbourne 1b7255de78 Move ExecuteCompilerInvocation to a new library FrontendTool 15 years ago