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
/
utils
/
analyzer
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] SATestBuild.py: Remove html and log when producing reference results.
Devin Coughlin
2016-01-23
1
-7
/
+29
*
[analyzer] SATestBuild.py: Handle spaces in path passed to --use-analyzer.
Devin Coughlin
2016-01-22
1
-2
/
+2
*
[analyzer] Update SATestBuild.py to handle spaces in paths.
Devin Coughlin
2016-01-22
1
-10
/
+10
*
[analyzer] Update SATestBuild.py to enable a 'download and patch' model for p...
Devin Coughlin
2015-11-07
2
-13
/
+112
*
[analyzer] Bug identification
Gabor Horvath
2015-10-22
1
-2
/
+2
*
[analyzer] SATestBuild.py: Move additional checkers logic so SATestAdd.py can...
Devin Coughlin
2015-09-16
1
-4
/
+6
*
[analyzer] Update SATestBuild.py to set -isysroot for preprocessed files
Devin Coughlin
2015-09-14
1
-2
/
+19
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
5
-160
/
+158
*
[Static Analyzer] Made it easier to test new checkers using the test suite.
Gabor Horvath
2015-08-20
1
-0
/
+7
*
[Static Analyzer] Make the paths relative from the project root when generati...
Gabor Horvath
2015-07-08
2
-4
/
+17
*
[Static Analyzer] No longer include the full path of the source file in the s...
Gabor Horvath
2015-07-02
1
-1
/
+1
*
[Static Analyzer] Minor improvements to SATest.
Gabor Horvath
2015-06-30
2
-20
/
+41
*
[analyzer] Rename NewDeleteLeaks checker in the test script.
Anna Zaks
2014-10-31
1
-1
/
+1
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-2
/
+2
*
[analyzer] SATestBuild: strip trailing newlines from command file.
Jordan Rose
2013-09-06
1
-0
/
+1
*
[analyzer] SATestBuild: Don't require reference results to have logs.
Jordan Rose
2013-06-10
1
-2
/
+4
*
[analyzer] Always use ccc-analyzer when running scan-build on buildbot
Anna Zaks
2013-05-31
1
-0
/
+3
*
[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).
Jordan Rose
2013-04-05
1
-2
/
+3
*
[analyzer] Moving cplusplus.NewDelete to alpha.* for now.
Anton Yartsev
2013-04-02
1
-1
/
+1
*
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-25
1
-1
/
+1
*
[analyzer] CmpRuns.py: Accept single files as input.
Jordan Rose
2013-03-23
1
-46
/
+51
*
scan-build: Add a --keep-empty option for better testing.
Jordan Rose
2013-01-24
1
-0
/
+1
*
[analyzer] SATestBuild.py: allow make builds to disable parallelization
Jordan Rose
2012-11-26
1
-1
/
+2
*
[analyzer] SATestBuild.py: fix broken string concatenation
Jordan Rose
2012-11-16
1
-2
/
+2
*
[analyzer] CmpRuns: move the clang_version info into the run (out of
Anna Zaks
2012-11-15
1
-7
/
+15
*
[analyzer] SATestBuild.py: correctly add -j option for projects using make.
Jordan Rose
2012-11-15
1
-2
/
+2
*
[analyzer] Ensure that CmpRuns recursively walks the output directory.
Anna Zaks
2012-11-14
1
-39
/
+40
*
[analyzer] Test SimpleStream on the buildbot.
Anna Zaks
2012-11-02
1
-1
/
+1
*
[analyzer] CmpRuns: cleanup APIs, allow processing of plists with no
Anna Zaks
2012-10-17
1
-16
/
+20
*
[analyzer] Expose clang_version in CmpRuns
Anna Zaks
2012-10-16
1
-2
/
+3
*
[analyzer] CmpRuns - cleaned up the API, added relative path getter
Anna Zaks
2012-10-15
1
-19
/
+40
*
Add handy script for updating plist FileCheck expected output for
Ted Kremenek
2012-09-10
1
-0
/
+51
*
[analyzer] testing: add a build mode to allow C++11 testing.
Anna Zaks
2012-09-06
2
-16
/
+22
*
Revert "[analyzer] Disable diagnostic checking on the buildbot."
Jordan Rose
2012-08-31
1
-8
/
+6
*
[analyzer] Disable diagnostic checking on the buildbot.
Anna Zaks
2012-08-30
1
-6
/
+8
*
[analyzer] Fixup 162863.
Anna Zaks
2012-08-29
1
-3
/
+0
*
[analyzer]Fix typo, unbreak static analyzer BuildBot (at least
Anna Zaks
2012-08-29
1
-1
/
+4
*
Automatically use more cores when the test build uses 'make'.
Ted Kremenek
2012-08-28
1
-0
/
+29
*
Consolidate helper methods and configuration logic. No functionality change.
Ted Kremenek
2012-08-28
1
-34
/
+46
*
Pass --use-analyzer to scan-build when running within the test harness.
Ted Kremenek
2012-08-28
1
-4
/
+42
*
experimental.security.taint is now alpha.security.taint
Ted Kremenek
2012-08-28
1
-1
/
+1
*
[analyzer] More internal stats collection.
Anna Zaks
2012-08-27
1
-4
/
+13
*
[analyzer] Ted fixed the plist-html issue, so the assert can go away.
Anna Zaks
2012-08-24
1
-3
/
+1
*
[analyzer] Unbreak the static analyzer buildbot.
Anna Zaks
2012-08-17
1
-1
/
+3
*
[analyzer] CmpRuns should include file name in the issue identifier.
Anna Zaks
2012-08-02
1
-17
/
+26
*
SATestBuild should not ask for non-existent checkers.
Jordan Rose
2012-07-26
1
-1
/
+1
*
Un-break standalone invocations of CmpRuns.py.
Jordan Rose
2012-07-26
1
-1
/
+1
*
[analyzer] Make CmpRuns external-user friendly.
Anna Zaks
2012-07-16
2
-45
/
+63
*
[analyzer] Add a statistic for maximum CFG size and a script to summarize ana...
Anna Zaks
2012-07-05
1
-0
/
+75
*
[analyzer] Use "issue hash" in CmpRuns; followup on r158180
Anna Zaks
2012-06-08
1
-3
/
+11
[next]