summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build
Commit message (Expand)AuthorAgeFilesLines
* Add some horrible Perl code to teach scan-build to recursively walk a directo...Ted Kremenek2013-02-021-9/+22
* scan-build: When using Xcode 4.6, use build settings for doing proper build i...Ted Kremenek2013-01-301-0/+30
* scan-build: Add a --keep-empty option for better testing.Jordan Rose2013-01-241-4/+17
* Always process an index.html file if we have HTML output. Patch by Justin Bo...Ted Kremenek2013-01-231-1/+1
* Set process return code of 1 in set-xcode-analyzer when Xcode needs to be qui...Ted Kremenek2013-01-111-1/+1
* ccc-analyzer: Forward -msse* options to the compiler.Ted Kremenek2013-01-101-0/+4
* Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when usin...Ted Kremenek2013-01-051-0/+2
* Require set-xcode-analyzer to run with Python 2.7 or later.Ted Kremenek2013-01-041-1/+5
* [analyzer] scan-build: Don't forget to close our temp file for Clang's output.Jordan Rose2012-11-281-7/+8
* [analyzer] scan-build: Treat '.C' files as C++.Jordan Rose2012-11-281-0/+1
* scan-build: Respect TMPDIR on all platforms, not just Darwin (PR14438).Jordan Rose2012-11-271-7/+2
* [analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose2012-11-071-2/+3
* Fix some mdoc nitsSean Silva2012-10-231-4/+4
* Teach set-xcode-analyzer that the new default value for ExecPath is CLANG_ANA...Ted Kremenek2012-10-111-2/+13
* Have set-xcode-analyer report an error if no xcspec file could be found.Ted Kremenek2012-09-261-0/+5
* Make set-xcode-analyzer more tolerant of the naming differenes reported by xc...Ted Kremenek2012-09-261-1/+1
* ccc-analyzer: pass -stdlib=libc++ through to the analyzer.Benjamin Kramer2012-09-191-0/+1
* Revert "Utilize new build system support in Xcode 4.5 for easier interposition"Ted Kremenek2012-09-151-30/+0
* Utilize new build system support in Xcode 4.5 for easier interpositionTed Kremenek2012-09-141-0/+30
* scan-build: Determine the location of the clang binary before printing help.Jordan Rose2012-09-141-60/+63
* Use double instead of single quote to expand .Ted Kremenek2012-08-291-1/+1
* Fix passing of -analyzer-max-loop from scan-build to clang.Ted Kremenek2012-08-281-1/+1
* Change --with-analyzer to --use-analyzer, per sage feedback from Jordan.Ted Kremenek2012-08-251-5/+5
* Fix a few issues related to -with-analyzer reported by Jordan. Let'sTed Kremenek2012-08-241-5/+5
* Rework how scan-build picks the version of clang to use for static analysis.Ted Kremenek2012-08-241-40/+61
* Reformat help text for scan-build, and remove -constraintsTed Kremenek2012-08-241-58/+84
* Revert "Go ahead and show experimental checkers in the scan-build "-h" output."Ted Kremenek2012-08-241-0/+9
* Go ahead and show experimental checkers in the scan-build "-h" output.Ted Kremenek2012-08-241-9/+0
* On OS X, use xcrun (if present) to find the clang to use for static analysis ifTed Kremenek2012-08-241-6/+20
* [scan-build] Accept -fno-objc-arc as well as -fobjc-arc.Jordan Rose2012-08-231-0/+1
* Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-minTed Kremenek2012-08-071-0/+2
* scan-build: factor out setting of environment variables.Ted Kremenek2012-08-061-34/+59
* Pull 'xcodebuild' wrapper logic into a separate function.Ted Kremenek2012-08-061-26/+38
* [scan-build] Fix clang++ pathnameArnaud A. de Grandmaison2012-07-271-1/+3
* Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is insta...Ted Kremenek2012-07-161-1/+5
* [analyzer]scan-build: report the total number of steps analyzer performsAnna Zaks2012-06-222-1/+19
* Adjust scan-build to enable color output for xterm-256color.Ted Kremenek2012-06-191-1/+1
* Sink definition of IBOutlet, IBOutletCollection, and IBAction intoTed Kremenek2012-06-191-5/+0
* [analyzer] Loading external plugins with scan-buildAnna Zaks2012-05-252-4/+35
* New & improved man page attached, now with standard license added.Ted Kremenek2012-05-242-173/+204
* Add the output of "clang --version" to scan-build results, from Gerald Combs!Douglas Gregor2012-05-151-0/+2
* Provide a man page for scan-build. Patch by James Lowden!Ted Kremenek2012-05-101-0/+332
* [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer.Anna Zaks2012-04-141-0/+2
* Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.Ted Kremenek2012-03-061-1/+2
* Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3Ted Kremenek2012-02-221-1/+9
* Teach ccc-analyzer about -fobjc-abi-version.Ted Kremenek2012-01-261-1/+2
* [analyzer] Add the HTML file to the SATest diagnostic diff.Anna Zaks2012-01-241-1/+5
* [analyzer] Correct the c++-analyzer symlinkAnna Zaks2012-01-061-1/+1
* [analyzer] c++-analyzer should be a symlink.Anna Zaks2012-01-061-682/+1
* [analyzer] Update the docs to reflect that gcc is not the only defaultAnna Zaks2012-01-061-2/+2
OpenPOWER on IntegriCloud