diff options
author | Matheus Izvekov <mizvekov@gmail.com> | 2025-06-04 04:26:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-04 09:26:09 +0200 |
commit | c95189f87751bc40f69746db49c6ddec6d4e641c (patch) | |
tree | 56ce4d40435f1b93a003e0293c216901366a5baf /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 93314bd9462d5c41a23fb402be7ae0c7d099e274 (diff) | |
download | llvm-c95189f87751bc40f69746db49c6ddec6d4e641c.zip llvm-c95189f87751bc40f69746db49c6ddec6d4e641c.tar.gz llvm-c95189f87751bc40f69746db49c6ddec6d4e641c.tar.bz2 |
[clang-tidy] NFCI: remove non-functional matcher from SizeofExpressionCheck (#142654)
This matcher would never match anything, because all record types
as-written would be wrapped in an ElaboratedType.
Just fixing that leads to a matcher which has too many false positives
to be useful.
The warning message itself is not great either, it has a hard-coded type
name.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions