[PATCH] D71686: Fix false positive in magic number checker
Florin Iucha via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 18 20:11:56 PST 2019
0x8000-0000 marked an inline comment as done.
0x8000-0000 added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp:127
+
+ // Ignore this instance, because this matches an
+ // expanded class enumeration value.
----------------
127-130 are the new lines. The rest were moved about by clang-format. Please let me know if I should revert the format.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71686/new/
https://reviews.llvm.org/D71686
More information about the cfe-commits
mailing list