Skip to content

Commit

Permalink
[analyzer][tests][NFC] Add EOF newlines, normalize reference expected…
Browse files Browse the repository at this point in the history
… files

Reference expected files not ending with a newline are normalized to
have said newlines. Additionally `plist-macros-with-expansion.cpp.plist`
is modified to add a line that is ignored by `%diff_plist`, but not by
the more sensitive pattern proposed by
http://lists.llvm.org/pipermail/cfe-dev/2019-April/061904.html for
`%normalize_plist`.

llvm-svn: 359692
  • Loading branch information
hubert-reinterpretcast committed May 1, 2019
1 parent 46e0fc8 commit 0b4699b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Expand Up @@ -2,6 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>clang_version</key>
<key>diagnostics</key>
<array>
<dict>
Expand Down
Expand Up @@ -26110,4 +26110,4 @@
<string>/Volumes/Transcend/code/monorepo/llvm-project/clang/test/Analysis/retain-release.m</string>
</array>
</dict>
</plist>
</plist>
Expand Up @@ -26179,4 +26179,4 @@
<string>/Volumes/Transcend/code/monorepo/llvm-project/clang/test/Analysis/retain-release.m</string>
</array>
</dict>
</plist>
</plist>

0 comments on commit 0b4699b

Please sign in to comment.