summaryrefslogtreecommitdiffstats
path: root/tools/scan-build
Commit message (Expand)AuthorAgeFilesLines
...
* Check that the directory does not exist.Sylvestre Ledru2014-06-161-0/+6
* List the function/method name in the index page of scan-buildSylvestre Ledru2014-06-141-3/+14
* With the option '-analyzer-config stable-report-filename=true',Sylvestre Ledru2014-06-141-0/+9
* revert "r209526 List the function/method name in the index page of scan-build "Sylvestre Ledru2014-05-231-13/+3
* List the function/method name in the index page of scan-build Sylvestre Ledru2014-05-231-3/+13
* Replace system() by native perl callsSylvestre Ledru2014-05-232-12/+14
* Improve a scan-build messageSylvestre Ledru2014-05-161-1/+5
* [scan-build] Pass --sysroot through for both compilation and linking.Jordan Rose2014-05-121-0/+1
* scan-build: Don't use realpath when the user provides an explicit path.Jordan Rose2014-04-291-1/+1
* Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson.Ted Kremenek2014-04-211-1/+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-184-73/+70
* Remove trailing spaces (no other change)Sylvestre Ledru2014-02-181-177/+176
* update of the clang version (should probably managed in the configure)Sylvestre Ledru2014-02-111-1/+1
* [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-132-2/+22
* 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
* [analyzer] scan-build: add missing semicolonJordan Rose2013-09-161-1/+1
* [analyzer] Put more uniqueness in scan-build's temporary directory names.Jordan Rose2013-09-141-3/+11
* scan-build: Set CC and CXX as make variables when wrapping make builds.Jordan Rose2013-08-271-4/+4
* + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl an...Anton Yartsev2013-08-171-7/+12
* 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
* [analyzer] Add --override-compiler option to scan-build.Anna Zaks2013-05-311-0/+19
* scan-build: use the xcodebuild specified by the user.Jordan Rose2013-05-221-9/+4
* [analyzer] Finally make c++-analyzer 'executable' again.Anton Yartsev2013-05-021-0/+0
* [analyzer] Recreated as a file.Anton Yartsev2013-05-021-0/+8
* [analyzer] Temporary remove c++analyzer to recreate it as a separate file, no...Anton Yartsev2013-05-021-8/+0
* [analyzer] scan-build for WindowsAnton Yartsev2013-05-023-3/+19
* [analyzer] scan-build: support -enable-checker with new Xcode integration.Jordan Rose2013-04-301-1/+3
* [scan-build] Whitelist all -mXXXX options.Ted Kremenek2013-04-231-1/+1
* [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0).Jordan Rose2013-03-211-19/+27
* [analyzer] Fix scan-build's -stats mode.Jordan Rose2013-03-141-8/+9
* scan-build: explicitly say "No bugs found" if there are no reports.Jordan Rose2013-03-051-0/+1
* scan-build: Remove debug print.Benjamin Kramer2013-02-221-1/+0
* [scan-build] Add quotes around clang executable name to handle path withs spa...Ted Kremenek2013-02-211-1/+2
* [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar:/...Ted Kremenek2013-02-211-3/+6
* Teach ccc-analyze to pass on -iquote with no spaces between it an the argument.Ted Kremenek2013-02-141-0/+5
* Add some horrible Perl code to teach scan-build to recursively walk a directo...Ted Kremenek2013-02-021-9/+22
* scan-build: When using Xcode 4.6, use build settings for doing proper build i...Ted Kremenek2013-01-301-0/+30
* scan-build: Add a --keep-empty option for better testing.Jordan Rose2013-01-241-4/+17
* Always process an index.html file if we have HTML output. Patch by Justin Bo...Ted Kremenek2013-01-231-1/+1