summaryrefslogtreecommitdiffstats
path: root/tools/scan-build
Commit message (Expand)AuthorAgeFilesLines
...
* Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-miss...Ted Kremenek2010-02-051-1/+1
* Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'.Ted Kremenek2010-02-051-1/+1
* Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-...Ted Kremenek2010-02-051-1/+1
* Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.Ted Kremenek2010-02-051-1/+1
* Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-sy...Ted Kremenek2010-02-051-1/+1
* Add c++-analyzer symlink (which is used by scan-build)Ted Kremenek2009-12-221-0/+1
* Compute the right extension for preprocessed Objective-C++ files.Ted Kremenek2009-12-161-1/+1
* Add logic for computing preprocessor file extensions for C++ files.Ted Kremenek2009-12-161-0/+2
* scan-build/ccc-analyzer: start analyzing C++ FTW.Ted Kremenek2009-12-152-30/+67
* scan-build: when the build command is 'make', override the CC and CXX options...Ted Kremenek2009-12-111-0/+2
* Remove more old references to clang-cc.Ted Kremenek2009-12-111-3/+3
* Convert scan-build and ccc-analyzer over to using 'clang -cc1' instead of usi...Ted Kremenek2009-12-112-74/+29
* Enable '-analyzer-opt-analyze-nested-blocks' by default for testing.Ted Kremenek2009-12-071-0/+1
* Tuck away scan-build related files into tools/scan-buildKovarththanan Rajaratnam2009-12-014-0/+2484