njames93 added inline comments.

================
Comment at: 
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init.cpp:558
+  S1() {}
+  // CHECK-MESSAGES-NOT: warning:
+  union {
----------------
This line is redundant and likely to cause unintended test failures, same goes 
below.
If there was a warning on this line and no directive for it, the check script 
would fail due to that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127293/new/

https://reviews.llvm.org/D127293

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to