| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace system() by native perl calls | Sylvestre Ledru | 2014-05-23 | 1 | -3/+3 |
| * | [scan-build] Pass --sysroot through for both compilation and linking. | Jordan Rose | 2014-05-12 | 1 | -0/+1 |
| * | [analyzer] scan-build: allow quotes around "-cc1" when looking at -### output. | Jordan Rose | 2014-03-20 | 1 | -1/+1 |
| * | [analyzer] scan-build: match whitespace instead of word boundaries around flags. | Jordan Rose | 2014-03-20 | 1 | -1/+1 |
| * | [analyzer] scan-build: when matching flags, make sure the - is the first letter. | Jordan Rose | 2014-03-19 | 1 | -3/+3 |
| * | Add preprocessed output to ccc-analyzer's accepted language map. | Ted Kremenek | 2014-02-25 | 1 | -1/+4 |
| * | In some cases (for example, the Firefox build system), the CLANG_CXX variable... | Sylvestre Ledru | 2014-02-18 | 1 | -4/+4 |
| * | Remove trailing spaces (no other change). Bikeshed #2 | Sylvestre Ledru | 2014-02-18 | 1 | -36/+35 |
| * | [analyzer] Strip trailing whitespace characters from input. | Anton Yartsev | 2014-01-23 | 1 | -3/+2 |
| * | [analyzer] Files with .c extensions are still C++ files if the compiler is CXX. | Jordan Rose | 2014-01-07 | 1 | -4/+10 |
| * | [analyzer] Add -analyzer-config to scan-build. | Jordan Rose | 2013-12-13 | 1 | -0/+6 |
| * | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -1/+1 |
| * | [analyzer] scan-build: Handle -m* option wildcard after compiler/linker flags. | Jordan Rose | 2013-10-22 | 1 | -4/+5 |
| * | scan-build: pass -target through to analyzer | Jordan Rose | 2013-08-08 | 1 | -0/+1 |
| * | [scan-build] Add missing comma to ccc-analyzer. | Jordan Rose | 2013-07-12 | 1 | -1/+1 |
| * | [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings. | Jordan Rose | 2013-07-11 | 1 | -16/+11 |
| * | [scan-build] Log compiler invocation to stderr, not stdout. | Jordan Rose | 2013-07-03 | 1 | -4/+4 |
| * | [scan-build] Whitelist all -mXXXX options. | Ted Kremenek | 2013-04-23 | 1 | -1/+1 |
| * | Teach ccc-analyze to pass on -iquote with no spaces between it an the argument. | Ted Kremenek | 2013-02-14 | 1 | -0/+5 |
| * | ccc-analyzer: Forward -msse* options to the compiler. | Ted Kremenek | 2013-01-10 | 1 | -0/+4 |
| * | [analyzer] scan-build: Don't forget to close our temp file for Clang's output. | Jordan Rose | 2012-11-28 | 1 | -7/+8 |
| * | [analyzer] scan-build: Treat '.C' files as C++. | Jordan Rose | 2012-11-28 | 1 | -0/+1 |
| * | ccc-analyzer: pass -stdlib=libc++ through to the analyzer. | Benjamin Kramer | 2012-09-19 | 1 | -0/+1 |
| * | [scan-build] Accept -fno-objc-arc as well as -fobjc-arc. | Jordan Rose | 2012-08-23 | 1 | -0/+1 |
| * | Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min | Ted Kremenek | 2012-08-07 | 1 | -0/+2 |
| * | [analyzer]scan-build: report the total number of steps analyzer performs | Anna Zaks | 2012-06-22 | 1 | -0/+7 |
| * | Sink definition of IBOutlet, IBOutletCollection, and IBAction into | Ted Kremenek | 2012-06-19 | 1 | -5/+0 |
| * | [analyzer] Loading external plugins with scan-build | Anna Zaks | 2012-05-25 | 1 | -0/+7 |
| * | [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer. | Anna Zaks | 2012-04-14 | 1 | -0/+2 |
| * | Add static analyzer support for new NSArray/NSDictionary/NSNumber literals. | Ted Kremenek | 2012-03-06 | 1 | -1/+2 |
| * | Teach ccc-analyzer about -fobjc-abi-version. | Ted Kremenek | 2012-01-26 | 1 | -1/+2 |
| * | [analyzer] scan-build: If we are on MacOS, use clang as the default | Anna Zaks | 2012-01-06 | 1 | -2/+12 |
| * | [analyzer] Skip --serialize-diagnostic when running scan-build. | Anna Zaks | 2012-01-06 | 1 | -1/+2 |
| * | Teach ccc-analyzer about -fobjc-arc. | Ted Kremenek | 2011-11-16 | 1 | -0/+1 |
| * | [analyzer] Make sure scan-build catches all clang failures. | Anna Zaks | 2011-11-07 | 1 | -1/+7 |
| * | [analyzer] When running scan-build with -plist on ./configure, delete the pli... | Anna Zaks | 2011-09-09 | 1 | -2/+8 |
| * | [analyzer] Revert a regression introduced in r133104(The ARC Migration Tool..... | Anna Zaks | 2011-08-31 | 1 | -4/+6 |
| * | scan-build: enable C++ support by default. | Ted Kremenek | 2011-08-11 | 1 | -6/+3 |
| * | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall | 2011-06-15 | 1 | -9/+10 |
| * | Add Objective-C++ files to those accepted by ccc-analyzer. | Ted Kremenek | 2011-04-13 | 1 | -1/+2 |
| * | Provide options to explicitly enable/disable checkers in scan-build. | Ted Kremenek | 2011-04-12 | 1 | -3/+3 |
| * | Enable C++ static analysis support in ccc-analyzer. | Ted Kremenek | 2011-04-12 | 1 | -6/+4 |
| * | scan-build: only display analyzer intra-file progress when in "Verbose" mode. | Ted Kremenek | 2011-03-21 | 1 | -1/+3 |
| * | Compress argument processing in ccc-analyzer. No functionality change. | Ted Kremenek | 2011-03-16 | 1 | -15/+8 |
| * | Tweak ccc-analyzer's 'Analyze' function to not mutate the original arguments ... | Ted Kremenek | 2011-03-10 | 1 | -21/+21 |
| * | Begin overhaul of scan-build/ccc-analyzer's handling of checker options. | Ted Kremenek | 2011-02-17 | 1 | -58/+58 |
| * | Modified the ccc-analyzer script to print the compiler command when log level... | Tom Care | 2010-09-29 | 1 | -0/+3 |
| * | Forward -fno-builtin to clang, add .cp as a supported | Shantonu Sen | 2010-07-03 | 1 | -0/+2 |
| * | Add ccc-analyzer support for '-imacros'. Fixes PR 7204. | Ted Kremenek | 2010-06-08 | 1 | -0/+1 |
| * | Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes ... | Ted Kremenek | 2010-04-06 | 1 | -6/+1 |