diff options
author | Piotr Zegar <me@piotrzegar.pl> | 2023-03-26 13:22:43 +0000 |
---|---|---|
committer | Piotr Zegar <me@piotrzegar.pl> | 2023-03-26 13:22:44 +0000 |
commit | eb87e55c9aade5d7b42606487e69b5f3a6da1e65 (patch) | |
tree | 4ccf73c1b8f560a4c3db06b430c0d05d32e94a4e /llvm/lib/Object/ELFObjectFile.cpp | |
parent | 52296f5ed88b20af29cac517e349b221ed84cc2a (diff) | |
download | llvm-eb87e55c9aade5d7b42606487e69b5f3a6da1e65.zip llvm-eb87e55c9aade5d7b42606487e69b5f3a6da1e65.tar.gz llvm-eb87e55c9aade5d7b42606487e69b5f3a6da1e65.tar.bz2 |
[clang-tidy] Correct union & macros handling in modernize-use-equals-default
To this moment this check were ignoring only inline
union special members, From now also out-of-line
special members going to be ignored. Also extended
support for IgnoreMacros to cover also macros used
inside a body, or used preprocesor directives.
Fixes:
- https://github.com/llvm/llvm-project/issues/28300
- https://github.com/llvm/llvm-project/issues/40554
Reviewed By: alexander-shaposhnikov
Differential Revision: https://reviews.llvm.org/D146882
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions