aboutsummaryrefslogtreecommitdiff
path: root/tools/scan-build
AgeCommit message (Expand)Author
2013-05-02[analyzer] Finally make c++-analyzer 'executable' again.Anton Yartsev
2013-05-02[analyzer] Recreated as a file.Anton Yartsev
2013-05-02[analyzer] Temporary remove c++analyzer to recreate it as a separate file, no...Anton Yartsev
2013-05-02[analyzer] scan-build for WindowsAnton Yartsev
2013-04-30[analyzer] scan-build: support -enable-checker with new Xcode integration.Jordan Rose
2013-04-23[scan-build] Whitelist all -mXXXX options.Ted Kremenek
2013-03-21[analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0).Jordan Rose
2013-03-14[analyzer] Fix scan-build's -stats mode.Jordan Rose
2013-03-05scan-build: explicitly say "No bugs found" if there are no reports.Jordan Rose
2013-02-22scan-build: Remove debug print.Benjamin Kramer
2013-02-21[scan-build] Add quotes around clang executable name to handle path withs spa...Ted Kremenek
2013-02-21[scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar:/...Ted Kremenek
2013-02-14Teach ccc-analyze to pass on -iquote with no spaces between it an the argument.Ted Kremenek
2013-02-02Add some horrible Perl code to teach scan-build to recursively walk a directo...Ted Kremenek
2013-01-30scan-build: When using Xcode 4.6, use build settings for doing proper build i...Ted Kremenek
2013-01-24scan-build: Add a --keep-empty option for better testing.Jordan Rose
2013-01-23Always process an index.html file if we have HTML output. Patch by Justin Bo...Ted Kremenek
2013-01-11Set process return code of 1 in set-xcode-analyzer when Xcode needs to be qui...Ted Kremenek
2013-01-10ccc-analyzer: Forward -msse* options to the compiler.Ted Kremenek
2013-01-05Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when usin...Ted Kremenek
2013-01-04Require set-xcode-analyzer to run with Python 2.7 or later.Ted Kremenek
2012-11-28[analyzer] scan-build: Don't forget to close our temp file for Clang's output.Jordan Rose
2012-11-28[analyzer] scan-build: Treat '.C' files as C++.Jordan Rose
2012-11-27scan-build: Respect TMPDIR on all platforms, not just Darwin (PR14438).Jordan Rose
2012-11-07[analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose
2012-10-23Fix some mdoc nitsSean Silva
2012-10-11Teach set-xcode-analyzer that the new default value for ExecPath is CLANG_ANA...Ted Kremenek
2012-09-26Have set-xcode-analyer report an error if no xcspec file could be found.Ted Kremenek
2012-09-26Make set-xcode-analyzer more tolerant of the naming differenes reported by xc...Ted Kremenek
2012-09-19ccc-analyzer: pass -stdlib=libc++ through to the analyzer.Benjamin Kramer
2012-09-15Revert "Utilize new build system support in Xcode 4.5 for easier interposition"Ted Kremenek
2012-09-14Utilize new build system support in Xcode 4.5 for easier interpositionTed Kremenek
2012-09-14scan-build: Determine the location of the clang binary before printing help.Jordan Rose
2012-08-29Use double instead of single quote to expand .Ted Kremenek
2012-08-28Fix passing of -analyzer-max-loop from scan-build to clang.Ted Kremenek
2012-08-25Change --with-analyzer to --use-analyzer, per sage feedback from Jordan.Ted Kremenek
2012-08-24Fix a few issues related to -with-analyzer reported by Jordan. Let'sTed Kremenek
2012-08-24Rework how scan-build picks the version of clang to use for static analysis.Ted Kremenek
2012-08-24Reformat help text for scan-build, and remove -constraintsTed Kremenek
2012-08-24Revert "Go ahead and show experimental checkers in the scan-build "-h" output."Ted Kremenek
2012-08-24Go ahead and show experimental checkers in the scan-build "-h" output.Ted Kremenek
2012-08-24On OS X, use xcrun (if present) to find the clang to use for static analysis ifTed Kremenek
2012-08-23[scan-build] Accept -fno-objc-arc as well as -fobjc-arc.Jordan Rose
2012-08-07Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-minTed Kremenek
2012-08-06scan-build: factor out setting of environment variables.Ted Kremenek
2012-08-06Pull 'xcodebuild' wrapper logic into a separate function.Ted Kremenek
2012-07-27[scan-build] Fix clang++ pathnameArnaud A. de Grandmaison
2012-07-16Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is insta...Ted Kremenek
2012-06-22[analyzer]scan-build: report the total number of steps analyzer performsAnna Zaks
2012-06-19Adjust scan-build to enable color output for xterm-256color.Ted Kremenek