[PATCH] D146712: [clang-tidy] Add portability-non-portable-integer-constant check
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 23 07:25:25 PDT 2023
Eugene.Zelenko added a comment.
Please add alias entry in Release Notes.
================
Comment at: clang-tools-extra/clang-tidy/portability/NonPortableIntegerConstantCheck.cpp:95
+
+
+void NonPortableIntegerConstantCheck::check(
----------------
Excessive newline.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:136
+- New :doc:`portability-non-portable-integer-constant
+ <clang-tidy/checks/portability-non-portable-integer-constant>` check.
----------------
Incorrect entry.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/portability/non-portable-integer-constant.rst:4
+portability-non-portable-integer-constant
+======================================
+
----------------
Please make is same length as title.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146712/new/
https://reviews.llvm.org/D146712
More information about the cfe-commits
mailing list