[all-commits] [llvm/llvm-project] be7d63: Magic number checker shouldn't warn on user define...
bruntib via All-commits
all-commits at lists.llvm.org
Mon Dec 9 10:13:34 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: be7d633a6fa6ddae6b7f455f5f336555d088c62d
https://github.com/llvm/llvm-project/commit/be7d633a6fa6ddae6b7f455f5f336555d088c62d
Author: Tibor Brunner <tibor.brunner at ericsson.com>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
M clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
A clang-tools-extra/test/clang-tidy/readability-magic-numbers-userliteral.cpp
Log Message:
-----------
Magic number checker shouldn't warn on user defined string literals
Fixes a false positive brought up by PR40633.
More information about the All-commits
mailing list