[PATCH] D145780: [clang-tidy] Introduce option to allow magic numbers in type aliases

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 10 03:37:49 PST 2023


PiotrZSL added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:198
+  magic numbers in type aliases such as ``using`` and ``typedef`` declarations if
+  the new ``IgnoreTypeAliases`` option is set to false.
 
----------------
is set to `true`, not false.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145780/new/

https://reviews.llvm.org/D145780



More information about the cfe-commits mailing list