Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/FixIt/member-mismatch.cpp | ||
---|---|---|
9 | nit: using annotation [[@LINE+1]]:15 can make the test more robust. |
Paths
| Differential D115567
[Sema] Add FixIt when a C++ out-of-line method has extra/missing const ClosedPublic Authored by sammccall on Dec 10 2021, 6:14 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 13 2021, 1:10 AM Closed by commit rGe7007b69d43b: [Sema] Add FixIt when a C++ out-of-line method has extra/missing const (authored by sammccall). · Explain WhyDec 15 2021, 5:31 AM This revision was automatically updated to reflect the committed changes. sammccall marked an inline comment as done.
Revision Contents
Diff 393646 clang/lib/Sema/SemaDecl.cpp
clang/test/FixIt/member-mismatch.cpp
|
nit: using annotation [[@LINE+1]]:15 can make the test more robust.