summaryrefslogtreecommitdiff
path: root/tools/scan-build
Commit message (Expand)AuthorAge
* actually, just check if it is a file (including directory or symlink)Sylvestre Ledru2014-06-16
* Check that the directory does not exist.Sylvestre Ledru2014-06-16
* List the function/method name in the index page of scan-buildSylvestre Ledru2014-06-14
* With the option '-analyzer-config stable-report-filename=true',Sylvestre Ledru2014-06-14
* revert "r209526 List the function/method name in the index page of scan-build "Sylvestre Ledru2014-05-23
* List the function/method name in the index page of scan-build Sylvestre Ledru2014-05-23
* Replace system() by native perl callsSylvestre Ledru2014-05-23
* Improve a scan-build messageSylvestre Ledru2014-05-16
* [scan-build] Pass --sysroot through for both compilation and linking.Jordan Rose2014-05-12
* scan-build: Don't use realpath when the user provides an explicit path.Jordan Rose2014-04-29
* Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson.Ted Kremenek2014-04-21
* [analyzer] scan-build: allow quotes around "-cc1" when looking at -### output.Jordan Rose2014-03-20
* [analyzer] scan-build: match whitespace instead of word boundaries around flags.Jordan Rose2014-03-20
* [analyzer] scan-build: when matching flags, make sure the - is the first letter.Jordan Rose2014-03-19
* Add preprocessed output to ccc-analyzer's accepted language map.Ted Kremenek2014-02-25
* In some cases (for example, the Firefox build system), the CLANG_CXX variable...Sylvestre Ledru2014-02-18
* Remove trailing spaces (no other change). Bikeshed #2Sylvestre Ledru2014-02-18
* Remove trailing spaces (no other change)Sylvestre Ledru2014-02-18
* update of the clang version (should probably managed in the configure)Sylvestre Ledru2014-02-11
* [analyzer] Strip trailing whitespace characters from input.Anton Yartsev2014-01-23
* [analyzer] Files with .c extensions are still C++ files if the compiler is CXX.Jordan Rose2014-01-07
* [analyzer] Add -analyzer-config to scan-build.Jordan Rose2013-12-13
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-05
* [analyzer] scan-build: Handle -m* option wildcard after compiler/linker flags.Jordan Rose2013-10-22
* [analyzer] scan-build: add missing semicolonJordan Rose2013-09-16
* [analyzer] Put more uniqueness in scan-build's temporary directory names.Jordan Rose2013-09-14
* scan-build: Set CC and CXX as make variables when wrapping make builds.Jordan Rose2013-08-27
* + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl an...Anton Yartsev2013-08-17
* scan-build: pass -target through to analyzerJordan Rose2013-08-08
* [scan-build] Add missing comma to ccc-analyzer.Jordan Rose2013-07-12
* [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings.Jordan Rose2013-07-11
* [scan-build] Log compiler invocation to stderr, not stdout.Jordan Rose2013-07-03
* [analyzer] Add --override-compiler option to scan-build.Anna Zaks2013-05-31
* scan-build: use the xcodebuild specified by the user.Jordan Rose2013-05-22
* [analyzer] Finally make c++-analyzer 'executable' again.Anton Yartsev2013-05-02
* [analyzer] Recreated as a file.Anton Yartsev2013-05-02
* [analyzer] Temporary remove c++analyzer to recreate it as a separate file, no...Anton Yartsev2013-05-02
* [analyzer] scan-build for WindowsAnton Yartsev2013-05-02
* [analyzer] scan-build: support -enable-checker with new Xcode integration.Jordan Rose2013-04-30
* [scan-build] Whitelist all -mXXXX options.Ted Kremenek2013-04-23
* [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0).Jordan Rose2013-03-21
* [analyzer] Fix scan-build's -stats mode.Jordan Rose2013-03-14
* scan-build: explicitly say "No bugs found" if there are no reports.Jordan Rose2013-03-05
* scan-build: Remove debug print.Benjamin Kramer2013-02-22
* [scan-build] Add quotes around clang executable name to handle path withs spa...Ted Kremenek2013-02-21
* [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar:/...Ted Kremenek2013-02-21
* Teach ccc-analyze to pass on -iquote with no spaces between it an the argument.Ted Kremenek2013-02-14
* Add some horrible Perl code to teach scan-build to recursively walk a directo...Ted Kremenek2013-02-02
* scan-build: When using Xcode 4.6, use build settings for doing proper build i...Ted Kremenek2013-01-30
* scan-build: Add a --keep-empty option for better testing.Jordan Rose2013-01-24