Febbe added inline comments.

================
Comment at: clang-tools-extra/clangd/TidyProvider.cpp:215
                        "-bugprone-use-after-move",
+                       // Using an CFG and might crash on invalid code:
+                       "-performance-unnecessary-copy-on-last-use",
----------------
kadircet wrote:
> comment seems half-finished here. is there any other reason than trying to 
> analyze `CFG` for invalid code?
Thanks, the "and" does not belong here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137205

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

Reply via email to