[PATCH] D63423: [Diagnostics] Diagnose misused xor as pow
    Dávid Bolvanský via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jun 17 05:40:56 PDT 2019
    
    
  
xbolva00 marked an inline comment as done.
xbolva00 added inline comments.
================
Comment at: include/clang/Basic/DiagnosticGroups.td:508
 def Varargs : DiagGroup<"varargs">;
+def XorAsPow : DiagGroup<"xor-as-pow">;
 
----------------
GCC folks will do this diagnostic soon too, so I will wait and use their name.
Repository:
  rC Clang
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63423/new/
https://reviews.llvm.org/D63423
    
    
More information about the cfe-commits
mailing list