MaskRay added inline comments.

================
Comment at: clang-tools-extra/test/clang-tidy/checkers/misc-homoglyph.cpp:4
+int fo;
+// CHECK-MESSAGES: :[[@LINE-1]]:5: warning: fo is confusable with 𝐟o 
[misc-homoglyph]
+int 𝐟o;
----------------
`[[@LINE-1]]` is deprecated lit feature. Use `[[#@LINE-1]]`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112916

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

Reply via email to