summaryrefslogtreecommitdiff
path: root/tools/scan-build
Commit message (Expand)AuthorAgeFilesLines
* [clang] [cmake] Add distribution install targets for remaining componentsMichal Gorny2019-10-041-4/+18
* Fix a perl warning: Scalar value @ArgParts[0] better written as $ArgParts[0] ...Sylvestre Ledru2019-09-131-1/+1
* [analyzer] scan-build: handle --sysroot=/path in addition to --sysroot /path.Artem Dergachev2019-09-051-5/+8
* [analyzer] Analysis: Fix checker silencingCsaba Dabis2019-08-241-5/+8
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-161-3/+15
* [analyzer] Fix scan-build's plist output in plist-html mode.Artem Dergachev2019-08-081-1/+1
* Fix exporting SARIF files from scan-build on Windows.Aaron Ballman2019-07-241-2/+2
* [analyzer] Teach scan-build to find clang when installed in /usr/local/bin/Devin Coughlin2019-03-161-2/+21
* [tools] Fix python DeprecationWarning: invalid escape sequenceSerge Guelton2019-02-111-1/+1
* Update the license header in this man-page file.Chandler Carruth2019-01-191-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Update the scan-build to generate SARIF.Aaron Ballman2018-12-132-4/+19
* [analyzer] scan-build: if --status-bugs is passed, don't forget about the exi...Roman Lebedev2018-09-261-2/+2
* scan-build: Add support of the option --exclude like in scan-build-pySylvestre Ledru2018-09-171-0/+30
* scan-build: remove trailing whitespacesSylvestre Ledru2018-09-161-4/+4
* Also manages clang-X as tool for scan-buildSylvestre Ledru2018-09-161-1/+1
* [analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov2018-09-061-5/+0
* Fix typos in clangAlexander Kornienko2018-04-062-3/+3
* [scan-build] Add an option to skip overriding CC and CXX make varsJonathan Roelofs2018-01-291-4/+20
* [analyzer] Fix -x language argument for C preprocessed sourcesJonathan Roelofs2018-01-291-2/+2
* [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