]> granicus.if.org Git - clang/commit
[analyzer] [tests] Remove empty folders in reference results, do not store diffs.txt
authorGeorge Karpenkov <ekarpenkov@apple.com>
Mon, 30 Oct 2017 19:40:33 +0000 (19:40 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Mon, 30 Oct 2017 19:40:33 +0000 (19:40 +0000)
commit13cb2b777469657b202e5ad4afc12695f5e811af
tree9dbeeaaab8fef6ab0e505fe8948a05c6b6a5f089
parentdf09bf11928579bf2d1c55b21ab0f92f8903eb38
[analyzer] [tests] Remove empty folders in reference results, do not store diffs.txt

Storing diffs.txt is now redundant, as we simply dump the CmpRuns output
to stdout (it is saved in CI and tends to be small).
Not generating those files enables us to remove empty folders, which
confuse git, as it would not add them with reference results.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316948 91177308-0d34-0410-b5e6-96231b3b80d8
utils/analyzer/SATestBuild.py
utils/analyzer/SATestUpdateDiffs.py