Ignore decltype, sizeof, alignof in this check.
Fixes: #30542
Paths
| Differential D157376
[clang-tidy] Ignore unevaluated context in cppcoreguidelines-pro-type-vararg ClosedPublic Authored by PiotrZSL on Aug 8 2023, 2:01 AM.
Details Summary Ignore decltype, sizeof, alignof in this check. Fixes: #30542
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 9 2023, 7:13 PM Closed by commit rG7f29f14d0257: [clang-tidy] Ignore unevaluated context in cppcoreguidelines-pro-type-vararg (authored by PiotrZSL). · Explain WhyAug 10 2023, 1:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 549147 clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/pro-type-vararg.rst
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-type-vararg.cpp
|