[clang-tools-extra] [clang-tidy] Add avoid-pragma-once. (PR #140388)

via cfe-commits cfe-commits at lists.llvm.org
Sun May 25 20:45:50 PDT 2025


================
@@ -142,6 +142,12 @@ New checks
   Finds potentially erroneous calls to ``reset`` method on smart pointers when
   the pointee type also has a ``reset`` method.
 
+- New :doc:`portability-avoid-pragma-once
----------------
EugeneZelenko wrote:

Please keep alphabetical order (by check name) in this list.

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


More information about the cfe-commits mailing list