Skip to content

Commit 2537972

Browse files
author
George Karpenkov
committedAug 10, 2018
[analyzer] [NFC] [tests] Move plist-based diagnostics tests to separate files, use diff instead of a FileCheck - II
Some files were missed by https://reviews.llvm.org/D50545 Differential Revision: https://reviews.llvm.org/D50590 llvm-svn: 339488
1 parent 2e20df3 commit 2537972

9 files changed

+4330
-4313
lines changed
 

‎clang/test/Analysis/ExpectedOutputs/plists/NewDelete-path-notes.cpp.plist

+432
Large diffs are not rendered by default.

‎clang/test/Analysis/ExpectedOutputs/plists/method-call-path-notes.cpp.plist

+779
Large diffs are not rendered by default.

‎clang/test/Analysis/ExpectedOutputs/plists/plist-macros.cpp.plist

+1,667
Large diffs are not rendered by default.

‎clang/test/Analysis/ExpectedOutputs/plists/plist-output-alternate.m.plist

+1,439
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<key>diagnostics</key>
2+
<array>
3+
</array>
4+
<key>statistics</key>
5+
<string>{
6+
}
7+
</string>
8+
</dict>
9+
</plist>

‎clang/test/Analysis/NewDelete-path-notes.cpp

+1-431
Large diffs are not rendered by default.

‎clang/test/Analysis/method-call-path-notes.cpp

+1-778
Large diffs are not rendered by default.

‎clang/test/Analysis/plist-macros.cpp

+1-1,666
Large diffs are not rendered by default.

‎clang/test/Analysis/plist-output-alternate.m

+1-1,438
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.