1. de49f3e Don't specify a -o option to clang when not using "-checker-cfref". by Ted Kremenek · 17 years ago
  2. 5595a1c Fix variable misspelling. by Ted Kremenek · 17 years ago
  3. fa83755 Don't run clang on .s files. by Ted Kremenek · 17 years ago
  4. 5979b08 Added "-a" option to scan-build to select the analysis (ASTConsumer) used by clang. The default is -checker-cfref. by Ted Kremenek · 17 years ago
  5. bc3c6eb Output #LINE for computing line counts. by Ted Kremenek · 17 years ago
  6. 8ccfb6d Re-enable the analyzer. by Ted Kremenek · 17 years ago
  7. c6114d6 Place "-x" option before other analyzer options. by Ted Kremenek · 17 years ago
  8. eb55aca Directly invoke gcc immediately instead of before we process the command line arguments. by Ted Kremenek · 17 years ago
  9. 62e737d Added internal command logging. by Ted Kremenek · 17 years ago
  10. 757e535 Add missing "-" that prefix arguments to forward to clang. by Ted Kremenek · 17 years ago
  11. 062f6df Pass fobjc-gc-only and fobjc-gc options down to clang. by Ted Kremenek · 17 years ago
  12. 0988d3c Pass down more -iXXX options that clang supports by Ted Kremenek · 17 years ago
  13. e8a27f0 Don't double-increment counter for -arch and -isysroot by Nate Begeman · 17 years ago
  14. ee47c00 Remove unused "verbose" argument to compile(). Also unbreaks ccc-analyzer. by Ted Kremenek · 17 years ago
  15. aaa2a0f Pass "-arch" down to clang. by Ted Kremenek · 17 years ago
  16. 521948f Pass "-isysroot" option down to clang. by Ted Kremenek · 17 years ago
  17. 056171b Use 'clang' binary in the same dir as scan-build; if it isn't there use the one in the path by Ted Kremenek · 17 years ago
  18. 9715693 Turn on CF reference count checker. by Ted Kremenek · 17 years ago
  19. 7f45efb Used --checker-simple. by Ted Kremenek · 17 years ago
  20. 651f285 When not emitting path diagnostics in BugReporter::EmitWarning(), use the by Ted Kremenek · 17 years ago
  21. fa3e7a6 Fix analyzer breakage introduced by r49213: http://llvm.org/viewvc/llvm-project?rev=49213&view=rev by Ted Kremenek · 17 years ago
  22. 877866b - ccc: print generated command line to stdout instead of stderr by Seo Sanghyeon · 17 years ago
  23. 8136f38 Remove bogus check to prune out analyzing files. by Ted Kremenek · 17 years ago
  24. 91bb5de Don't run the analyzer on files whose language is "unknown" by Ted Kremenek · 17 years ago
  25. d2b8d8e Do not abort ccc-analyzer script if an HTML directory is not specified. by Ted Kremenek · 17 years ago
  26. 8a69698 The ccc-analyzer script now interrogates environment variables to determine by Ted Kremenek · 17 years ago
  27. 18e72bb Added hacked version of ccc script used to invoke the static analyzer. This by Ted Kremenek · 17 years ago