- 3388162 scan-build: Set CC and CXX as make variables when wrapping make builds. by Jordan Rose · 11 years ago
- 4415a4b + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl and msys perl ports. by Anton Yartsev · 11 years ago
- ce4aa85 scan-build: pass -target through to analyzer by Jordan Rose · 11 years ago
- de1860d [scan-build] Add missing comma to ccc-analyzer. by Jordan Rose · 11 years ago
- 4aaedf0 [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings. by Jordan Rose · 11 years ago
- 98137aa [scan-build] Log compiler invocation to stderr, not stdout. by Jordan Rose · 11 years ago
- 3ee2ad8 [analyzer] Add --override-compiler option to scan-build. by Anna Zaks · 11 years ago
- c810bff scan-build: use the xcodebuild specified by the user. by Jordan Rose · 11 years ago
- 27200ad [analyzer] Finally make c++-analyzer 'executable' again. by Anton Yartsev · 12 years ago
- 96d63a2 [analyzer] Recreated as a file. by Anton Yartsev · 12 years ago
- 6a22d39 [analyzer] Temporary remove c++analyzer to recreate it as a separate file, not a symlink. by Anton Yartsev · 12 years ago
- ceb791c [analyzer] scan-build for Windows by Anton Yartsev · 12 years ago
- 40ebe3d [analyzer] scan-build: support -enable-checker with new Xcode integration. by Jordan Rose · 12 years ago
- 11a90ed [scan-build] Whitelist all -mXXXX options. by Ted Kremenek · 12 years ago
- f190f6b [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0). by Jordan Rose · 12 years ago
- 4a374f9 [analyzer] Fix scan-build's -stats mode. by Jordan Rose · 12 years ago
- e09b8c4 scan-build: explicitly say "No bugs found" if there are no reports. by Jordan Rose · 12 years ago
- 9672b90 scan-build: Remove debug print. by Benjamin Kramer · 12 years ago
- 47135fe [scan-build] Add quotes around clang executable name to handle path withs spaces. Fixes <rdar://problem/13254727> by Ted Kremenek · 12 years ago
- c73dcba [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar://problem/13265300>. by Ted Kremenek · 12 years ago
- 544450e Teach ccc-analyze to pass on -iquote with no spaces between it an the argument. by Ted Kremenek · 12 years ago
- 9d9f254 Add some horrible Perl code to teach scan-build to recursively walk a directory for HTML files. by Ted Kremenek · 12 years ago
- 1afc201 scan-build: When using Xcode 4.6, use build settings for doing proper build interposition. by Ted Kremenek · 12 years ago
- 33e9500 scan-build: Add a --keep-empty option for better testing. by Jordan Rose · 12 years ago
- 7a334d9 Always process an index.html file if we have HTML output. Patch by Justin Bogner. by Ted Kremenek · 12 years ago
- f64c18a Set process return code of 1 in set-xcode-analyzer when Xcode needs to be quit. Fixes <rdar://problem/12983031>. by Ted Kremenek · 12 years ago
- 75dcea5 ccc-analyzer: Forward -msse* options to the compiler. by Ted Kremenek · 12 years ago
- 1b15e85 Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when using --use-xcode-clang. by Ted Kremenek · 12 years ago
- e756b65 Require set-xcode-analyzer to run with Python 2.7 or later. by Ted Kremenek · 12 years ago
- 2cbdd7d [analyzer] scan-build: Don't forget to close our temp file for Clang's output. by Jordan Rose · 12 years ago
- 501be13 [analyzer] scan-build: Treat '.C' files as C++. by Jordan Rose · 12 years ago
- 3fa3c44 scan-build: Respect TMPDIR on all platforms, not just Darwin (PR14438). by Jordan Rose · 12 years ago
- 0fe4d40 [analyzer] Check that the argument to CFMakeCollectable is non-NULL. by Jordan Rose · 12 years ago
- ab48268 Fix some mdoc nits by Sean Silva · 12 years ago
- 8b03277 Teach set-xcode-analyzer that the new default value for ExecPath is CLANG_ANALYZER_EXEC. by Ted Kremenek · 12 years ago
- b2d6bc3 Have set-xcode-analyer report an error if no xcspec file could be found. by Ted Kremenek · 12 years ago
- 9d86eab Make set-xcode-analyzer more tolerant of the naming differenes reported by xcode-select. by Ted Kremenek · 12 years ago
- 90b0bc6 ccc-analyzer: pass -stdlib=libc++ through to the analyzer. by Benjamin Kramer · 12 years ago
- e6664f4 Revert "Utilize new build system support in Xcode 4.5 for easier interposition" by Ted Kremenek · 12 years ago
- f8dcac5 Utilize new build system support in Xcode 4.5 for easier interposition by Ted Kremenek · 12 years ago
- a778d71 scan-build: Determine the location of the clang binary before printing help. by Jordan Rose · 12 years ago
- be92deb Use double instead of single quote to expand . by Ted Kremenek · 12 years ago
- 92daae0 Fix passing of -analyzer-max-loop from scan-build to clang. by Ted Kremenek · 12 years ago
- 5a3581d Change --with-analyzer to --use-analyzer, per sage feedback from Jordan. by Ted Kremenek · 12 years ago
- 0d3a3fd Fix a few issues related to -with-analyzer reported by Jordan. Let's by Ted Kremenek · 12 years ago
- 810e622 Rework how scan-build picks the version of clang to use for static analysis. by Ted Kremenek · 12 years ago
- eaafdfc Reformat help text for scan-build, and remove -constraints by Ted Kremenek · 12 years ago
- 7307864 Revert "Go ahead and show experimental checkers in the scan-build "-h" output." by Ted Kremenek · 12 years ago
- 160b3a5 Go ahead and show experimental checkers in the scan-build "-h" output. by Ted Kremenek · 12 years ago
- 56fd908 On OS X, use xcrun (if present) to find the clang to use for static analysis if by Ted Kremenek · 12 years ago
- c629ad4 [scan-build] Accept -fno-objc-arc as well as -fobjc-arc. by Jordan Rose · 12 years ago
- 6e53137 Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min by Ted Kremenek · 12 years ago
- cbea860 scan-build: factor out setting of environment variables. by Ted Kremenek · 12 years ago
- 38447a4 Pull 'xcodebuild' wrapper logic into a separate function. by Ted Kremenek · 12 years ago
- 9369d4f [scan-build] Fix clang++ pathname by Arnaud A. de Grandmaison · 12 years ago
- b8971b2 Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is installed in /Developer by Ted Kremenek · 12 years ago
- 1e548f1 [analyzer]scan-build: report the total number of steps analyzer performs by Anna Zaks · 12 years ago
- c9480dd Adjust scan-build to enable color output for xterm-256color. by Ted Kremenek · 12 years ago
- 3065cf9 Sink definition of IBOutlet, IBOutletCollection, and IBAction into by Ted Kremenek · 12 years ago
- f8e8a3e [analyzer] Loading external plugins with scan-build by Anna Zaks · 12 years ago
- 8db26ce New & improved man page attached, now with standard license added. by Ted Kremenek · 12 years ago
- b4882d5 Add the output of "clang --version" to scan-build results, from Gerald Combs! by Douglas Gregor · 13 years ago
- 33ee159 Provide a man page for scan-build. Patch by James Lowden! by Ted Kremenek · 13 years ago
- f4dd858 [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer. by Anna Zaks · 13 years ago
- 1a45a5f Add static analyzer support for new NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 13 years ago
- 2775b93 Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3 by Ted Kremenek · 13 years ago
- 71d9d5c Teach ccc-analyzer about -fobjc-abi-version. by Ted Kremenek · 13 years ago
- 2c3038e [analyzer] Add the HTML file to the SATest diagnostic diff. by Anna Zaks · 13 years ago
- f46ca24 [analyzer] Correct the c++-analyzer symlink by Anna Zaks · 13 years ago
- e0e7c99 [analyzer] c++-analyzer should be a symlink. by Anna Zaks · 13 years ago
- a772b86 [analyzer] Update the docs to reflect that gcc is not the only default by Anna Zaks · 13 years ago
- dd40b84 [analyzer] scan-build: If we are on MacOS, use clang as the default compiler. by Anna Zaks · 13 years ago
- f5c5f89 [analyzer] Skip --serialize-diagnostic when running scan-build. by Anna Zaks · 13 years ago
- 5a15d92 Force set-xcode-analyzer to use the system version of Python installed on OS X. by Ted Kremenek · 13 years ago
- de19bb1 Teach ccc-analyzer about -fobjc-arc. by Ted Kremenek · 13 years ago
- 1a8a8cb [analyzer] Make sure scan-build catches all clang failures. by Anna Zaks · 13 years ago
- 9134294 [analyzer] When running scan-build with -plist on ./configure, delete the plist files. by Anna Zaks · 13 years ago
- 71f11d6 [analyzer] Revert a regression introduced in r133104(The ARC Migration Tool..) due to a merge error. by Anna Zaks · 13 years ago
- e2c8663 [analyzer] update bug report url by Nico Weber · 13 years ago
- 0a20818 scan-build: enable C++ support by default. by Ted Kremenek · 13 years ago
- 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
- 6bdda82 Update regex in scan-build for parsing statistics. by Ted Kremenek · 14 years ago
- 251c27b Update scan-build to '-analyzer-checker debug.Stats' instead of the old '-analyzer-stats' -cc1 argument. by Ted Kremenek · 14 years ago
- 5ca328f Add Objective-C++ files to those accepted by ccc-analyzer. by Ted Kremenek · 14 years ago
- 09fbf29 Provide options to explicitly enable/disable checkers in scan-build. by Ted Kremenek · 14 years ago
- ea8b01e Enable C++ static analysis support in ccc-analyzer. by Ted Kremenek · 14 years ago
- 4cd6ea9 Filter our experimental checks in scan-build's checker listing. by Ted Kremenek · 14 years ago
- 9e4a1bb Don't store reports when scan-build's build command matches /autogen/ (same as configure). by Ted Kremenek · 14 years ago
- b26fbc1 scan-build: only display analyzer intra-file progress when in "Verbose" mode. by Ted Kremenek · 14 years ago
- 5e48bcf Compress argument processing in ccc-analyzer. No functionality change. by Ted Kremenek · 14 years ago
- 27871ea Tweak ccc-analyzer's 'Analyze' function to not mutate the original arguments list. by Ted Kremenek · 14 years ago
- ba90e8a Enhance scan-build to print out available analyses using new checker registration model. by Ted Kremenek · 14 years ago
- 7fe679f Begin overhaul of scan-build/ccc-analyzer's handling of checker options. by Ted Kremenek · 14 years ago
- 2bbbfb2 No longer pass deprecated '-nodistribute' flag to xcodebuild. by Ted Kremenek · 14 years ago
- ea6d4e7 Enable the self-init checker in scan-build. by Ted Kremenek · 14 years ago
- 05acf8b Tweak scan-build to work with naked clang commands. by Ted Kremenek · 14 years ago
- 4f2b10b Updated scan-build: by Tom Care · 14 years ago
- a716f63 Modified the ccc-analyzer script to print the compiler command when log level verbosity is enabled. This is handy for debugging. by Tom Care · 14 years ago
- d9d9726 Forward -fno-builtin to clang, add .cp as a supported by Shantonu Sen · 14 years ago
- 55d7d36 Add ccc-analyzer support for '-imacros'. Fixes PR 7204. by Ted Kremenek · 14 years ago