AMS21 added inline comments.
================
Comment at:
clang-tools-extra/test/clang-tidy/checkers/performance/move-const-arg.cpp:345
+namespace issue_62550 {
+
+struct NonMoveConstructable {
----------------
I've tried to add
```
// CHECK-MESSAGES: [[@LINE+1]]:1: note: 'NonMoveConstructable' is not move
constructible
```
here. But doing so actually fails the tests and I'm not quite sure why.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153220/new/
https://reviews.llvm.org/D153220
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits