[clang] Reapply "[clang analysis][thread-safety] Handle return-by-reference..… (PR #68572)
Aaron Puchert via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 17 15:27:54 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">;
----------------
aaronpuchert wrote:
I would suggest to undo the indentation changes here, as the flag is intended to be temporary.
https://github.com/llvm/llvm-project/pull/68572
More information about the cfe-commits
mailing list