From 1fe2cedf079a9f98ed2f20cccfef071c8daff41c Mon Sep 17 00:00:00 2001 From: James Y Knight Date: Tue, 15 Jan 2019 16:18:52 +0000 Subject: [PATCH] Remove irrelevant references to legacy git repositories from compiler identification lines in test-cases. (Doing so only because it's then easier to search for references which are actually important and need fixing.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351200 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/diagnostics/Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif b/test/Analysis/diagnostics/Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif index 97fe4d7bee..70efae4574 100644 --- a/test/Analysis/diagnostics/Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif +++ b/test/Analysis/diagnostics/Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif @@ -106,7 +106,7 @@ "fullName": "clang static analyzer", "language": "en-US", "name": "clang", - "version": "clang version 8.0.0 (https://github.com/llvm-project/clang.git a5ccb257a7a70928ede717a7c282f5fc8cbed310) (https://github.com/llvm-mirror/llvm.git 73cebd79c512f7129eca16b0f3a7abd21d2881e8)" + "version": "clang version 8.0.0" } } ], -- 2.50.1