================
@@ -69,6 +70,8 @@ class AbseilModule : public ClangTidyModule {
         "abseil-time-subtraction");
     CheckFactories.registerCheck<UpgradeDurationConversionsCheck>(
         "abseil-upgrade-duration-conversions");
+    CheckFactories.registerCheck<UncheckedStatusOrAccessCheck>(
----------------
jvoung wrote:

nit: the list might be sorted too ? (unchecked before upgrade)

https://github.com/llvm/llvm-project/pull/171188
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to