aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/scan-build-py
AgeCommit message (Expand)AuthorFilesLines
2022-06-10[scan-build-py] Fix exception on shutdown with sarif-html output formatAnders Waldenborg1-1/+3
2022-06-02scan-build-py: Change scripts to explicitly require python3Anders Waldenborg7-7/+7
2022-02-02[scan-build] Fix deadlock at failures in libears/ear.cBalazs Benics1-0/+4
2022-01-21[clang][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson1-3/+3
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-3/+3
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-3/+3
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-3/+3
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-3/+3
2021-09-27Make analyze-cc path discovery sensible to symlinksserge-sans-paille1-1/+1
2021-09-13Fix scan-build-py executable lookup pathserge-sans-paille1-2/+4
2021-08-17scan-build-py: Force the opening in utf-8Sylvestre Ledru1-1/+1
2021-06-21Create install targets for scan-build-py.Daniel Hwang29-656/+1326
2021-02-23[scan-build-py] Add sarif-html support in scan-build-pyDaniel Hwang4-9/+53
2021-02-07[scan-build-py] Update scan-build-py to allow outputing as SARIFDaniel Hwang5-11/+657
2020-12-17Remove Python2 fallback and only advertise Python3 in the docserge-sans-paille1-1/+1
2020-11-09[scan-build] Supprot relative 'file' in cdb.Haowei Wu1-4/+9
2020-09-05scan-build-py: fix multiprocessing errorLawrence D'Anna3-9/+12
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-1/+1
2019-12-05[scan-build-py] Set of small fixesGabor Horvath2-8/+26
2019-02-11[tools] Fix python DeprecationWarning: invalid escape sequenceSerge Guelton1-1/+1
2019-01-19Update the license mentioned in this documentation.Chandler Carruth1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth34-136/+102
2019-01-10[analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl7-87/+89
2018-12-18Portable Python script across Python versionSerge Guelton1-1/+1
2018-12-18Portable Python script across Python versionSerge Guelton1-0/+1
2018-09-06[analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov1-2/+0
2018-04-06Fix typos in clangAlexander Kornienko3-6/+6
2018-03-01Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov8-34/+495
2018-03-01Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov8-495/+34
2018-02-28[analyzer] Support for naive cross translation unit analysisGabor Horvath8-34/+495
2018-01-24Fix typos of occurred and occurrenceMalcolm Parsons1-1/+1
2017-07-19[scan-build-py] Patch to fix "-analyzer-config" optionPetr Hosek1-1/+1
2017-04-07[scan-build-py] merge runner module to analyzerLaszlo Nagy6-625/+600
2017-03-21[scan-build-py] reuse command line output parameter for report directoryLaszlo Nagy2-28/+33
2017-03-20[scan-build-py] use python tempfile for tempdirLaszlo Nagy3-10/+5
2017-03-08[scan-build-py] move argument parsing into separate moduleLaszlo Nagy1-0/+430
2017-03-08[scan-build-py] move argument parsing into separate moduleLaszlo Nagy5-406/+55
2017-03-08[scan-build-py] fix some line separator issuesLaszlo Nagy2-6/+7
2017-03-04[scan-build-py] create decorator for compiler wrapper methodsLaszlo Nagy7-114/+208
2017-02-14[scan-build-py] move function report_directory from report module to analyze ...Laszlo Nagy4-54/+53
2017-02-14[scan-build-py] use subprocess wrapper to execute buildLaszlo Nagy3-8/+18
2017-01-29[scan-build-py] remove not used flagLaszlo Nagy1-12/+2
2017-01-28[scan-build-py] remove batch filesLaszlo Nagy7-7/+0
2017-01-28[scan-build-py] use subprocess wrapperLaszlo Nagy6-92/+89
2016-09-24[analyzer][scan-build-py] subprocess output handling reviewed in clang moduleLaszlo Nagy3-100/+156
2016-09-14[analyzer] scan-build-py: Remove relative path hack for SATestsBuild.pyDevin Coughlin2-26/+1
2016-09-06[scan-build-py] Increase precision of timestamp in report directory nameDevin Coughlin2-1/+16
2016-08-01[analyzer] Fix execution permissions for the scan-build-py scripts.Artem Dergachev7-0/+0
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman1-1/+1
2016-04-19D17487: [analyzer][scan-build-py] flag filter modification for compilation da...Laszlo Nagy20-735/+823