[llvm-branch-commits] [clang-tools-extra] [clang-tidy] add abseil-unchecked-statusor-access (PR #171188)

Jan Voung via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 10 19:51:08 PST 2025


================
@@ -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


More information about the llvm-branch-commits mailing list