[clang] Reapply "[clang analysis][thread-safety] Handle return-by-reference..… (PR #68572)

Clement Courbet via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 18 23:27:15 PDT 2023


================
@@ -1061,11 +1061,13 @@ def Most : DiagGroup<"most", [
  ]>;
 
 // Thread Safety warnings
-def ThreadSafetyAttributes : DiagGroup<"thread-safety-attributes">;
-def ThreadSafetyAnalysis   : DiagGroup<"thread-safety-analysis">;
-def ThreadSafetyPrecise    : DiagGroup<"thread-safety-precise">;
-def ThreadSafetyReference  : DiagGroup<"thread-safety-reference">;
-def ThreadSafetyNegative   : DiagGroup<"thread-safety-negative">;
+def ThreadSafetyAttributes       : DiagGroup<"thread-safety-attributes">;
+def ThreadSafetyAnalysis         : DiagGroup<"thread-safety-analysis">;
+def ThreadSafetyPrecise          : DiagGroup<"thread-safety-precise">;
----------------
legrosbuffle wrote:

Done.

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


More information about the cfe-commits mailing list