summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build/ccc-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes ...Ted Kremenek2010-04-061-6/+1
* Don't enable static analysis support for C++ by default. Users areTed Kremenek2010-03-081-3/+10
* Pass -m32 and -m64 to the static analyzer when using scan-build. Now we canCharles Davis2010-03-021-0/+2
* Add comments.Ted Kremenek2010-02-121-1/+4
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-1/+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-151-12/+31
* 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-111-15/+12
* 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-011-0/+632
OpenPOWER on IntegriCloud