summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build
Commit message (Expand)AuthorAgeFilesLines
* Forward -fno-builtin to clang, add .cp as a supportedShantonu Sen2010-07-031-0/+2
* Add ccc-analyzer support for '-imacros'. Fixes PR 7204.Ted Kremenek2010-06-081-0/+1
* Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes ...Ted Kremenek2010-04-061-6/+1
* scan-build: set environment variable LDPLUSPLUS to 'c++-analyzer' to correctl...Ted Kremenek2010-03-271-5/+6
* 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
* Two changes to scan-build:Ted Kremenek2010-02-121-6/+6
* Add comments.Ted Kremenek2010-02-121-1/+4
* Tweak output.Ted Kremenek2010-02-091-8/+7
* Add a check for a running Xcode before modifying its configuration files.Ted Kremenek2010-02-091-1/+8
* Add some diagnostics for when we cannot update the original spec file.Ted Kremenek2010-02-081-3/+9
* Add a Python script to change what version of Clang is used by Xcode for stat...Ted Kremenek2010-02-081-0/+65
* Fix how scan-build finds c++-analyzer to work with checker builds.Ted Kremenek2010-02-051-7/+7
* Now that the -cc1 options for analyzer checks have a structured naming, add b...Ted Kremenek2010-02-051-15/+4
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-052-2/+2
* 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
OpenPOWER on IntegriCloud