summaryrefslogtreecommitdiff
path: root/tools/scan-build
Commit message (Expand)AuthorAgeFilesLines
...
* [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.Anton Yartsev2015-07-012-62/+48
* [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
* scan-build: Remove useless whitespace in File pathSylvestre Ledru2015-06-121-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
* [analyzer] Eliminated endless loop.Anton Yartsev2014-12-051-0/+1
* [analyzer] Indented code within the DisplayHelp sub.Anton Yartsev2014-11-261-84/+84
* [analyzer] Perl scripts are run differently from makefiles. Sometimes additio...Anton Yartsev2014-10-152-0/+2
* [analyzer] Handle 'mingw32-make' in the same way as 'make' and 'gmake'.Anton Yartsev2014-10-151-1/+1
* Fix a bug when scan-build is used in a cross-compilation environment withSylvestre Ledru2014-08-081-2/+13
* Consistency on the tab/spaceSylvestre Ledru2014-07-171-18/+18
* Fix Bug 14061 - scan-build crashes during postprocessing if BUGFILE no longe...Sylvestre Ledru2014-07-171-0/+4
* Fix typosAlp Toker2014-07-141-1/+1
* actually, just check if it is a file (including directory or symlink)Sylvestre Ledru2014-06-161-1/+1
* 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