index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
scan-build
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] [cmake] Add distribution install targets for remaining components
Michal Gorny
2019-10-04
1
-4
/
+18
*
Fix a perl warning: Scalar value @ArgParts[0] better written as $ArgParts[0] ...
Sylvestre Ledru
2019-09-13
1
-1
/
+1
*
[analyzer] scan-build: handle --sysroot=/path in addition to --sysroot /path.
Artem Dergachev
2019-09-05
1
-5
/
+8
*
[analyzer] Analysis: Fix checker silencing
Csaba Dabis
2019-08-24
1
-5
/
+8
*
[analyzer] Analysis: Silence checkers
Csaba Dabis
2019-08-16
1
-3
/
+15
*
[analyzer] Fix scan-build's plist output in plist-html mode.
Artem Dergachev
2019-08-08
1
-1
/
+1
*
Fix exporting SARIF files from scan-build on Windows.
Aaron Ballman
2019-07-24
1
-2
/
+2
*
[analyzer] Teach scan-build to find clang when installed in /usr/local/bin/
Devin Coughlin
2019-03-16
1
-2
/
+21
*
[tools] Fix python DeprecationWarning: invalid escape sequence
Serge Guelton
2019-02-11
1
-1
/
+1
*
Update the license header in this man-page file.
Chandler Carruth
2019-01-19
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Update the scan-build to generate SARIF.
Aaron Ballman
2018-12-13
2
-4
/
+19
*
[analyzer] scan-build: if --status-bugs is passed, don't forget about the exi...
Roman Lebedev
2018-09-26
1
-2
/
+2
*
scan-build: Add support of the option --exclude like in scan-build-py
Sylvestre Ledru
2018-09-17
1
-0
/
+30
*
scan-build: remove trailing whitespaces
Sylvestre Ledru
2018-09-16
1
-4
/
+4
*
Also manages clang-X as tool for scan-build
Sylvestre Ledru
2018-09-16
1
-1
/
+1
*
[analyzer] Remove traces of ubigraph visualization
George Karpenkov
2018-09-06
1
-5
/
+0
*
Fix typos in clang
Alexander Kornienko
2018-04-06
2
-3
/
+3
*
[scan-build] Add an option to skip overriding CC and CXX make vars
Jonathan Roelofs
2018-01-29
1
-4
/
+20
*
[analyzer] Fix -x language argument for C preprocessed sources
Jonathan Roelofs
2018-01-29
1
-2
/
+2
*
[scan-build] Patch to scan-build tool to support "--target=<value>" flag
Petr Hosek
2017-05-26
1
-1
/
+2
*
Actually install scan-build / ccc-analyzer / c++-analyzer on windows
Jonathan Roelofs
2017-03-22
1
-0
/
+3
*
scan-build: Add an option to show the description in the list of defect
Sylvestre Ledru
2016-08-01
1
-4
/
+28
*
[analyzer] Add --force-analyze-debug-code option to scan-build
Yury Gribov
2016-02-18
2
-3
/
+25
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-53
/
+0
*
Honor system specific paths of MAN pages
Chris Bieneman
2015-11-20
1
-6
/
+7
*
Fix build... again
Jonathan Roelofs
2015-11-13
1
-1
/
+1
*
[scan-build] Make scan-build work whether it's installed or not
Jonathan Roelofs
2015-11-13
12
-16
/
+17
*
[scan-build] Move non user-facing utilities to share
Jonathan Roelofs
2015-11-13
2
-7
/
+7
*
scan-build: Fix install.
NAKAMURA Takumi
2015-11-13
1
-1
/
+1
*
[scan-build] Create share directory similar to scan-view's
Jonathan Roelofs
2015-11-13
4
-10
/
+10
*
[analyzer] Fix scan-build to handle missing output directories.
Devin Coughlin
2015-11-11
1
-1
/
+3
*
Hiding the scan-build and scan-view projects under the Misc folder in IDEs in...
Aaron Ballman
2015-11-11
1
-0
/
+1
*
Implement post-commit review feedback on r252662
Jonathan Roelofs
2015-11-10
1
-7
/
+6
*
Implement the fix that r252641 should have been
Jonathan Roelofs
2015-11-10
1
-6
/
+12
*
Fix missing CMake dependency introduced in r252474
Jonathan Roelofs
2015-11-10
1
-4
/
+8
*
Fix the cmake build after r252474 broke it
Jonathan Roelofs
2015-11-09
1
-1
/
+1
*
Create install targets for scan-build and scan-view
Jonathan Roelofs
2015-11-09
3
-2
/
+126
*
[analyzer] Preserve the order checkers were enabled/disabled.
Anton Yartsev
2015-10-28
1
-4
/
+19
*
[analyzer] Make inclusion/exclusion of checkers less ambiguous.
Anton Yartsev
2015-10-28
1
-6
/
+10
*
[analyzer] ccc-analyzer: Fix -isystem value passing.
Devin Coughlin
2015-10-26
1
-1
/
+1
*
[analyzer] scan-build: Teach ccc-analyzer about -Xclang.
Devin Coughlin
2015-10-25
1
-0
/
+9
*
[analyzer] Improved behavior if Clang was not found, part II
Anton Yartsev
2015-09-16
1
-34
/
+50
*
Use -f instead of -d flag for testing existing of clang executable (http://re...
Ted Kremenek
2015-09-12
1
-2
/
+2
*
[analyzer] Improve behavior if Clang not found.
Anton Yartsev
2015-09-11
1
-31
/
+33
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
2
-2
/
+2
*
[analyzer] Refactoring: bring together scan-build options and environment var...
Anton Yartsev
2015-09-02
1
-269
/
+301
*
[analyzer] Fix for PR24112 (scan-build doesn't work with --use-analyzer="path...
Anton Yartsev
2015-08-20
1
-8
/
+14
*
[analyzer] Incorrect env variable replaced.
Anton Yartsev
2015-08-11
1
-1
/
+1
*
[Static Analyzer] Add --analyzer-target option to scan-build.
Ted Kremenek
2015-08-08
2
-1
/
+37
[next]