summaryrefslogtreecommitdiffstats
path: root/clang/utils/scan-build
Commit message (Expand)AuthorAgeFilesLines
* Tuck away scan-build related files into tools/scan-buildKovarththanan Rajaratnam2009-12-011-1297/+0
* Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan R...Ted Kremenek2009-11-231-1/+1
* Use 'eq' operator, and enable regular experimental checks when --experimental...Ted Kremenek2009-11-131-1/+1
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-0/+8
* Turn on 'RegionStore' as the default store manager both for 'clang --analyze'...Ted Kremenek2009-09-251-4/+6
* Renable "html" indexing by default.Ted Kremenek2009-08-041-1/+1
* Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an H...Ted Kremenek2009-08-031-8/+1
* Add scan-build option '-no-failure-reports' to supress the creation of a 'fai...Ted Kremenek2009-07-301-0/+8
* scan-build: Don't try to index plist-html output directoriesDaniel Dunbar2009-07-291-5/+5
* Add scan-build support for 'plist-html', a hybrid mode that supports theTed Kremenek2009-07-271-18/+25
* Enable the '-warn-security-syntactic' checker option by default.Ted Kremenek2009-07-241-0/+1
* Remove bogus check.Ted Kremenek2009-07-171-4/+0
* Add error message when clang-cc cannot be found.Ted Kremenek2009-07-171-0/+4
* Add hack to scan-build to fix PR 4215Ted Kremenek2009-05-151-0/+12
* Make scan-build process of --use-cc and --html-title more robust.Ted Kremenek2009-05-121-3/+3
* Add total hack to get scan-build working again. ccc-analyzer callsTed Kremenek2009-05-091-8/+29
* scan-build: Also look for clang-cc in ../libexecTed Kremenek2009-03-291-6/+9
* More path updates with clang-cc...Ted Kremenek2009-03-241-4/+4
* Update scan-build/ccc-analyzer to use 'clang-cc' instead of 'clang'.Ted Kremenek2009-03-241-5/+5
* '-o' option now supports relative paths.Ted Kremenek2009-03-111-1/+4
* scan-build: Also look for clang in the same directory as scan-build.Ted Kremenek2009-03-091-0/+6
* Correctly check for ccc-analyzer in the same directory as scan-build.Ted Kremenek2009-02-271-1/+1
* scan-build now looks for ccc-analyzer first in the 'bin' subdirectory and the...Ted Kremenek2009-02-251-4/+5
* Do not automatically run the 'missing -dealloc' check until we have adequate ...Ted Kremenek2009-02-251-1/+2
* scan-build: Prune off any trailing '/' characters in the output directory path.Ted Kremenek2009-02-241-0/+3
* Find 'clang' in 'bin' subdirectory instead of 'cbin'.Ted Kremenek2009-02-231-3/+3
* Update scan-build help diagnostic.Ted Kremenek2009-02-211-1/+1
* Make 'RangeConstraintManager' the default ConstraintManager.Ted Kremenek2009-02-201-3/+4
* Fix potential use of uninitialized variable.Ted Kremenek2009-02-201-1/+1
* scan-build now searches for the clang binary in the subdirectory 'cbin'.Ted Kremenek2009-02-191-2/+2
* ccc-analyzer:Ted Kremenek2009-02-171-45/+63
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-6/+22
* PathDiagnostics:Ted Kremenek2009-01-271-4/+4
* Properly "include" abs_path.Ted Kremenek2008-12-031-1/+1
* Use abs_path to resolve symbolic links and '..' in report table.Ted Kremenek2008-12-031-1/+1
* Don't have special treatment from pruning the common suffices of files in /De...Ted Kremenek2008-12-031-4/+0
* scan-build now recognizes when the user is directly invoking gcc for:Ted Kremenek2008-11-191-2/+9
* Fix use of uninitialized variable.Ted Kremenek2008-11-041-1/+1
* Allow user toggling between plist and html output with scan-build/ccc-analyzer.Ted Kremenek2008-11-041-12/+33
* Simplify the functions HtmlEsape and ShellEscape. We now properly print out ...Ted Kremenek2008-11-031-8/+5
* Add defined in if().Zhongxing Xu2008-11-021-1/+1
* On Mac OS X, use TMPDIR as the default location to place analysis results. T...Ted Kremenek2008-10-311-2/+9
* Minor UI enhancement:Ted Kremenek2008-10-281-1/+18
* Patch by Nikita Zhuk:Ted Kremenek2008-10-281-1/+16
* Add store option to scan-build and ccc-analyzer.Zhongxing Xu2008-10-271-0/+16
* Fix scan-build's processing of clang's analysis arguments. Patch by Nikita Z...Ted Kremenek2008-10-241-1/+1
* Use 'realpath' to resolve the absolute path to clang and ccc-analyzer.Ted Kremenek2008-10-131-9/+25
* Add missing newline.Ted Kremenek2008-10-101-2/+2
* Add "Path Length" back to the table of bug reports.Ted Kremenek2008-09-281-3/+5
* Add link to report analyzer failures (parse errors, asserts, etc).Daniel Dunbar2008-09-251-1/+1
OpenPOWER on IntegriCloud