[PATCH] D112916: Confusable identifiers detection
    Fangrui Song via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Nov  1 17:40:48 PDT 2021
    
    
  
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
    
    
More information about the cfe-commits
mailing list