Empty/incomplete variables/members/bases don't need to be initialized
Details
Details
- Reviewers
aaron.ballman alexfh mgehre - Commits
- rG66b701409211: [clang-tidy] Ignore empty members and bases in cppcoreguidelines-pro-type…
rCTE283886: [clang-tidy] Ignore empty members and bases in cppcoreguidelines-pro-type…
rL283886: [clang-tidy] Ignore empty members and bases in cppcoreguidelines-pro-type…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, with one small commenting nit.
clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp | ||
---|---|---|
320 ↗ | (On Diff #73485) | Comments should be complete sentences (capitalization, punctuation, etc), however, I'm not certain that this comment adds value as is. I would mark it a FIXME because copy-paste code is bad. |