whisperity marked 3 inline comments as done.
whisperity added inline comments.


================
Comment at: 
clang-tools-extra/clang-tidy/bugprone/EasilySwappableParametersCheck.cpp:57
+                                   "Const_Reverse_Iterator",
+                                   "const_reverse_iterator"
+                                   "Constreverseiterator",
----------------
RKSimon wrote:
> @whisperity There is a missing comma at the end of the 
> "const_reverse_iterator" line causing implicit concatenation with the 
> following "Constreverseiterator" line.
Thanks... I'll get around to hotfixing this ASAP, and hope it can be backported 
to //13.0//...

(I wish there was a checker for this? 🙄)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69560

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

Reply via email to