[PATCH] D58061: Fix a few tests that were missing ':' on CHECK lines and weren't testing anything.

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 11 09:11:52 PST 2019


thakis created this revision.
thakis added a reviewer: rjmccall.
Herald added subscribers: kristof.beyls, javed.absar.

Found by `git grep '\/\/ CHECK-[^: ]* ' clang/test/ | grep -v RUN:`.

Also tweak CodeGenCXX/arm-swiftcall.cpp to still pass now that it checks more.


https://reviews.llvm.org/D58061

Files:
  clang/test/AST/ast-dump-attr.cpp
  clang/test/CodeGenCXX/arm-swiftcall.cpp
  clang/test/CodeGenCXX/cxx1z-init-statement.cpp
  clang/test/CodeGenCXX/cxx2a-compare.cpp
  clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp
  clang/test/CodeGenCXX/vtable-layout.cpp
  clang/test/CodeGenObjC/gnu-init.m
  clang/test/CodeGenObjC/os_log.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58061.186273.patch
Type: text/x-patch
Size: 4544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190211/7c240146/attachment.bin>


More information about the cfe-commits mailing list