[all-commits] [llvm/llvm-project] 4c59ab: [clang-tidy][NFC] Simplify a lot of bugprone-sizeo...
Nathan James via All-commits
all-commits at lists.llvm.org
Wed May 12 05:19:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c59ab34f7bda74296e42ef7ea8d83828cb45558
https://github.com/llvm/llvm-project/commit/4c59ab34f7bda74296e42ef7ea8d83828cb45558
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
Log Message:
-----------
[clang-tidy][NFC] Simplify a lot of bugprone-sizeof-expression matchers
There should be a follow up to this for changing the traversal mode, but some of the tests don't like that.
Reviewed By: steveire
Differential Revision: https://reviews.llvm.org/D101614
More information about the All-commits
mailing list