summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build/ccc-analyzer
Commit message (Expand)AuthorAgeFilesLines
* [scan-build] Make scan-build work whether it's installed or notJonathan Roelofs2015-11-131-777/+0
* [analyzer] ccc-analyzer: Fix -isystem value passing.Devin Coughlin2015-10-261-1/+1
* [analyzer] scan-build: Teach ccc-analyzer about -Xclang.Devin Coughlin2015-10-251-0/+9
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-1/+1
* [Static Analyzer] Add --analyzer-target option to scan-build.Ted Kremenek2015-08-081-0/+7
* [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.Anton Yartsev2015-07-011-36/+39
* [analyzer] Cleanup: $Status is always 0 here.Anton Yartsev2015-06-171-2/+0
* [analyzer] Close file handle before output to file from external command.Anton Yartsev2015-06-171-1/+1
* Revert "[analyzer] scan-build: support spaces in compiler path and arguments."Ahmed Bougacha2015-05-061-5/+1
* [analyzer] This eliminates regression caused by r236423.Anton Yartsev2015-05-051-1/+5
* [analyzer] scan-build: support spaces in compiler path and arguments.Anton Yartsev2015-05-041-2/+2
* [scan-build] Be friendly to "" in the argument list.Anna Zaks2015-03-281-0/+5
* [analyzer] Change ccc-analyzer to accept both -isystem <path> and -isystem<path>Ted Kremenek2015-02-031-2/+1
* [analyzer] Include a couple more comments on using xcrun to query the SDK.Ted Kremenek2014-12-311-0/+4
* [analyzer] Change ccc-analyzer to mimick behavior on OSX Mavericks/Yosemite t...Ted Kremenek2014-12-311-0/+20
* Fix a bug when scan-build is used in a cross-compilation environment withSylvestre Ledru2014-08-081-2/+13
* Replace system() by native perl callsSylvestre Ledru2014-05-231-3/+3
* [scan-build] Pass --sysroot through for both compilation and linking.Jordan Rose2014-05-121-0/+1
* [analyzer] scan-build: allow quotes around "-cc1" when looking at -### output.Jordan Rose2014-03-201-1/+1
* [analyzer] scan-build: match whitespace instead of word boundaries around flags.Jordan Rose2014-03-201-1/+1
* [analyzer] scan-build: when matching flags, make sure the - is the first letter.Jordan Rose2014-03-191-3/+3
* Add preprocessed output to ccc-analyzer's accepted language map.Ted Kremenek2014-02-251-1/+4
* In some cases (for example, the Firefox build system), the CLANG_CXX variable...Sylvestre Ledru2014-02-181-4/+4
* Remove trailing spaces (no other change). Bikeshed #2Sylvestre Ledru2014-02-181-36/+35
* [analyzer] Strip trailing whitespace characters from input.Anton Yartsev2014-01-231-3/+2
* [analyzer] Files with .c extensions are still C++ files if the compiler is CXX.Jordan Rose2014-01-071-4/+10
* [analyzer] Add -analyzer-config to scan-build.Jordan Rose2013-12-131-0/+6
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* [analyzer] scan-build: Handle -m* option wildcard after compiler/linker flags.Jordan Rose2013-10-221-4/+5
* scan-build: pass -target through to analyzerJordan Rose2013-08-081-0/+1
* [scan-build] Add missing comma to ccc-analyzer.Jordan Rose2013-07-121-1/+1
* [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings.Jordan Rose2013-07-111-16/+11
* [scan-build] Log compiler invocation to stderr, not stdout.Jordan Rose2013-07-031-4/+4
* [scan-build] Whitelist all -mXXXX options.Ted Kremenek2013-04-231-1/+1
* Teach ccc-analyze to pass on -iquote with no spaces between it an the argument.Ted Kremenek2013-02-141-0/+5
* ccc-analyzer: Forward -msse* options to the compiler.Ted Kremenek2013-01-101-0/+4
* [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
* ccc-analyzer: pass -stdlib=libc++ through to the analyzer.Benjamin Kramer2012-09-191-0/+1
* [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
* [analyzer]scan-build: report the total number of steps analyzer performsAnna Zaks2012-06-221-0/+7
* Sink definition of IBOutlet, IBOutletCollection, and IBAction intoTed Kremenek2012-06-191-5/+0
* [analyzer] Loading external plugins with scan-buildAnna Zaks2012-05-251-0/+7
* [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
* Teach ccc-analyzer about -fobjc-abi-version.Ted Kremenek2012-01-261-1/+2
* [analyzer] scan-build: If we are on MacOS, use clang as the defaultAnna Zaks2012-01-061-2/+12
* [analyzer] Skip --serialize-diagnostic when running scan-build.Anna Zaks2012-01-061-1/+2
* Teach ccc-analyzer about -fobjc-arc.Ted Kremenek2011-11-161-0/+1
OpenPOWER on IntegriCloud