summaryrefslogtreecommitdiffstats
path: root/tools/scan-build
Commit message (Expand)AuthorAgeFilesLines
* [scan-build] Patch to scan-build tool to support "--target=<value>" flagPetr Hosek2017-05-261-1/+2
* Actually install scan-build / ccc-analyzer / c++-analyzer on windowsJonathan Roelofs2017-03-221-0/+3
* scan-build: Add an option to show the description in the list of defectSylvestre Ledru2016-08-011-4/+28
* [analyzer] Add --force-analyze-debug-code option to scan-buildYury Gribov2016-02-182-3/+25
* Remove autoconf supportChris Bieneman2016-01-261-53/+0
* Honor system specific paths of MAN pagesChris Bieneman2015-11-201-6/+7
* Fix build... againJonathan Roelofs2015-11-131-1/+1
* [scan-build] Make scan-build work whether it's installed or notJonathan Roelofs2015-11-1312-16/+17
* [scan-build] Move non user-facing utilities to shareJonathan Roelofs2015-11-132-7/+7
* scan-build: Fix install.NAKAMURA Takumi2015-11-131-1/+1
* [scan-build] Create share directory similar to scan-view'sJonathan Roelofs2015-11-134-10/+10
* [analyzer] Fix scan-build to handle missing output directories.Devin Coughlin2015-11-111-1/+3
* Hiding the scan-build and scan-view projects under the Misc folder in IDEs in...Aaron Ballman2015-11-111-0/+1
* Implement post-commit review feedback on r252662Jonathan Roelofs2015-11-101-7/+6
* Implement the fix that r252641 should have beenJonathan Roelofs2015-11-101-6/+12
* Fix missing CMake dependency introduced in r252474Jonathan Roelofs2015-11-101-4/+8
* Fix the cmake build after r252474 broke itJonathan Roelofs2015-11-091-1/+1
* Create install targets for scan-build and scan-viewJonathan Roelofs2015-11-093-2/+126
* [analyzer] Preserve the order checkers were enabled/disabled.Anton Yartsev2015-10-281-4/+19
* [analyzer] Make inclusion/exclusion of checkers less ambiguous.Anton Yartsev2015-10-281-6/+10
* [analyzer] ccc-analyzer: Fix -isystem value passing.Devin Coughlin2015-10-261-1/+1
* [analyzer] scan-build: Teach ccc-analyzer about -Xclang.Devin Coughlin2015-10-251-0/+9
* [analyzer] Improved behavior if Clang was not found, part IIAnton Yartsev2015-09-161-34/+50
* Use -f instead of -d flag for testing existing of clang executable (http://re...Ted Kremenek2015-09-121-2/+2
* [analyzer] Improve behavior if Clang not found.Anton Yartsev2015-09-111-31/+33
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-082-2/+2
* [analyzer] Refactoring: bring together scan-build options and environment var...Anton Yartsev2015-09-021-269/+301
* [analyzer] Fix for PR24112 (scan-build doesn't work with --use-analyzer="path...Anton Yartsev2015-08-201-8/+14
* [analyzer] Incorrect env variable replaced.Anton Yartsev2015-08-111-1/+1
* [Static Analyzer] Add --analyzer-target option to scan-build.Ted Kremenek2015-08-082-1/+37
* [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