[analyzer][tests][NFC] Add EOF newlines, normalize reference expected files
authorHubert Tong <hubert.reinterpretcast@gmail.com>
Wed, 1 May 2019 15:57:00 +0000 (15:57 +0000)
committerHubert Tong <hubert.reinterpretcast@gmail.com>
Wed, 1 May 2019 15:57:00 +0000 (15:57 +0000)
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`.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359692 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/Inputs/expected-plists/plist-macros-with-expansion.cpp.plist
test/Analysis/Inputs/expected-plists/retain-release.m.objc.plist
test/Analysis/Inputs/expected-plists/retain-release.m.objcpp.plist

index a31063ac680acd52ca10fe9c7e65926237a1aaf5..3a1ad5b778b0c5ce42d2602d6595fb7f032b2891 100644 (file)
@@ -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>
index d81b9adc9c7eeaf6a0ef41c86f3a9515fb395fa5..b9389f3ce7136172189a7dcb5f8861a6823a6cf1 100644 (file)
   <string>/Volumes/Transcend/code/monorepo/llvm-project/clang/test/Analysis/retain-release.m</string>
  </array>
 </dict>
-</plist>
\ No newline at end of file
+</plist>
index ce13d524714b625b3c8df61928cc44382154f03c..688fc27953af804b77a4a1135ee72eb64b5e33a9 100644 (file)
   <string>/Volumes/Transcend/code/monorepo/llvm-project/clang/test/Analysis/retain-release.m</string>
  </array>
 </dict>
-</plist>
\ No newline at end of file
+</plist>