nickdesaulniers added inline comments.

================
Comment at: clang/include/clang/Basic/DiagnosticGroups.td:876
                         UnusedLocalTypedef, UnusedValue, UnusedVariable,
-                        UnusedPropertyIvar]>,
+                        UnusedButSetVariable, UnusedPropertyIvar]>,
                         DiagCategory<"Unused Entity Issue">;
----------------
llvm-project/clang/include/clang/Basic/DiagnosticGroups.td:874:25: error: 
Variable not defined: 'UnusedButSetVariable'
                        UnusedButSetVariable, UnusedPropertyIvar]>,
                        ^


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100581

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

Reply via email to