Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@alexfh, @aaron.ballman, @njames93, @LegalizeAdulthood
Could anyone give some feedback, please?
Paths
| Differential D129596
[clang-tidy] Avoid extra parentheses around MemberExpr ClosedPublic Authored by SimplyDanny on Jul 12 2022, 2:35 PM.
Details
Diff Detail
Event TimelineEugene.Zelenko added reviewers: alexfh, aaron.ballman, njames93, LegalizeAdulthood.Jul 12 2022, 10:16 PM Comment Actions @alexfh, @aaron.ballman, @njames93, @LegalizeAdulthood Could anyone give some feedback, please? This revision is now accepted and ready to land.Jul 26 2022, 12:52 PM Closed by commit rG0734c02b34e4: [clang-tidy] Avoid extra parentheses around MemberExpr (authored by SimplyDanny). · Explain WhyJul 26 2022, 1:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 447816 clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/checkers/readability/container-data-pointer.cpp
|