summaryrefslogtreecommitdiff
path: root/tools/scan-build-py
Commit message (Expand)AuthorAgeFilesLines
* [tools] Fix python DeprecationWarning: invalid escape sequenceSerge Guelton2019-02-111-1/+1
* Update the license mentioned in this documentation.Chandler Carruth2019-01-191-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1934-136/+102
* [analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl2019-01-107-87/+89
* Portable Python script across Python versionSerge Guelton2018-12-181-1/+1
* Portable Python script across Python versionSerge Guelton2018-12-181-0/+1
* [analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov2018-09-061-2/+0
* Fix typos in clangAlexander Kornienko2018-04-063-6/+6
* Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov2018-03-018-34/+495
* Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov2018-03-018-495/+34
* [analyzer] Support for naive cross translation unit analysisGabor Horvath2018-02-288-34/+495
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* [scan-build-py] Patch to fix "-analyzer-config" optionPetr Hosek2017-07-191-1/+1
* [scan-build-py] merge runner module to analyzerLaszlo Nagy2017-04-076-625/+600
* [scan-build-py] reuse command line output parameter for report directoryLaszlo Nagy2017-03-212-28/+33
* [scan-build-py] use python tempfile for tempdirLaszlo Nagy2017-03-203-10/+5
* [scan-build-py] move argument parsing into separate moduleLaszlo Nagy2017-03-081-0/+430
* [scan-build-py] move argument parsing into separate moduleLaszlo Nagy2017-03-085-406/+55
* [scan-build-py] fix some line separator issuesLaszlo Nagy2017-03-082-6/+7
* [scan-build-py] create decorator for compiler wrapper methodsLaszlo Nagy2017-03-047-114/+208
* [scan-build-py] move function report_directory from report module to analyze ...Laszlo Nagy2017-02-144-54/+53
* [scan-build-py] use subprocess wrapper to execute buildLaszlo Nagy2017-02-143-8/+18
* [scan-build-py] remove not used flagLaszlo Nagy2017-01-291-12/+2
* [scan-build-py] remove batch filesLaszlo Nagy2017-01-287-7/+0
* [scan-build-py] use subprocess wrapperLaszlo Nagy2017-01-286-92/+89
* [analyzer][scan-build-py] subprocess output handling reviewed in clang moduleLaszlo Nagy2016-09-243-100/+156
* [analyzer] scan-build-py: Remove relative path hack for SATestsBuild.pyDevin Coughlin2016-09-142-26/+1
* [scan-build-py] Increase precision of timestamp in report directory nameDevin Coughlin2016-09-062-1/+16
* [analyzer] Fix execution permissions for the scan-build-py scripts.Artem Dergachev2016-08-017-0/+0
* [CMake] Update to requiring CMake 3.4.3Chris Bieneman2016-05-311-1/+1
* D17487: [analyzer][scan-build-py] flag filter modification for compilation da...Laszlo Nagy2016-04-1920-735/+823
* [analyzer][scan-build] Non-existing directory for scan-build output.Anton Yartsev2016-02-211-1/+6
* [analyzer] Add --force-analyze-debug-code option to scan-buildYury Gribov2016-02-183-4/+34
* [analyzer] Windows: launch scan-build from an arbitrary location.Anton Yartsev2016-02-107-0/+7
* Remove autoconf supportChris Bieneman2016-01-261-42/+0
* D9600: Add scan-build python implementationLaszlo Nagy2016-01-1253-0/+5832