[clang] [clang-tools-extra] [llvm] [clang] Introduce diagnostics suppression mappings (PR #112517)
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 05:55:55 PST 2024
================
@@ -1315,6 +1319,34 @@ with its corresponding `Wno-` option.
Note that when combined with :option:`-w` (which disables all warnings),
disabling all warnings wins.
+.. _warning_suppression_mappings:
+
+Controlling Diagnostics via Suppression Mappings
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Warning suppression mappings enable users to suppress Clang's diagnostics in a
+per-file granular manner. Enabling enforcement of diagnostics in specific parts
----------------
AaronBallman wrote:
Add comma: per-file, granular manner
Reword: Enabling enforcement of -> This allows enforcing
https://github.com/llvm/llvm-project/pull/112517
More information about the llvm-commits
mailing list