[clang] [clang-tools-extra] thread-safety: Support the new capability-based names for all related attributes. (PR #99919)

Aaron Puchert via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 22 15:54:12 PDT 2024


================
@@ -887,7 +887,7 @@ class LockableFactEntry : public FactEntry {
   }
 };
 
-class ScopedLockableFactEntry : public FactEntry {
+class ScopedCapabilityFactEntry : public FactEntry {
----------------
aaronpuchert wrote:

The other derived class is still called `LockableFactEntry`. We should either leave this or change both.

https://github.com/llvm/llvm-project/pull/99919


More information about the cfe-commits mailing list