[PATCH] D46902: [analyzer] Make plist-html multi-file.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 15 13:21:09 PDT 2018


NoQ added inline comments.


================
Comment at: test/Analysis/diagnostics/plist-multi-file.c:202
+// CHECK-NEXT:  <array>
+// CHECK-NEXT:   <string>report-{{([0-9a-f]{6})}}.html</string>
+// CHECK-NEXT:  </array>
----------------
Yay we have regular expressions.
`()` are needed so that not to confuse `}``}}` with `}}``}`.


Repository:
  rC Clang

https://reviews.llvm.org/D46902





More information about the cfe-commits mailing list