summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build/ccc-analyzer
Commit message (Expand)AuthorAgeFilesLines
* 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
* [analyzer] Make sure scan-build catches all clang failures.Anna Zaks2011-11-071-1/+7
* [analyzer] When running scan-build with -plist on ./configure, delete the pli...Anna Zaks2011-09-091-2/+8
* [analyzer] Revert a regression introduced in r133104(The ARC Migration Tool.....Anna Zaks2011-08-311-4/+6
* scan-build: enable C++ support by default.Ted Kremenek2011-08-111-6/+3
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-9/+10
* Add Objective-C++ files to those accepted by ccc-analyzer.Ted Kremenek2011-04-131-1/+2
* Provide options to explicitly enable/disable checkers in scan-build.Ted Kremenek2011-04-121-3/+3
* Enable C++ static analysis support in ccc-analyzer.Ted Kremenek2011-04-121-6/+4
* scan-build: only display analyzer intra-file progress when in "Verbose" mode.Ted Kremenek2011-03-211-1/+3
* Compress argument processing in ccc-analyzer. No functionality change.Ted Kremenek2011-03-161-15/+8
* Tweak ccc-analyzer's 'Analyze' function to not mutate the original arguments ...Ted Kremenek2011-03-101-21/+21
* Begin overhaul of scan-build/ccc-analyzer's handling of checker options.Ted Kremenek2011-02-171-58/+58
* Modified the ccc-analyzer script to print the compiler command when log level...Tom Care2010-09-291-0/+3
* 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
OpenPOWER on IntegriCloud