This is an archive of the discontinued LLVM Phabricator instance.

[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.

Diff Detail

Event Timeline

sammccall requested review of this revision.Dec 10 2021, 6:14 PM
sammccall created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 10 2021, 6:14 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
hokein accepted this revision.Dec 13 2021, 1:10 AM
hokein added inline comments.
clang/test/FixIt/member-mismatch.cpp
10

nit: using annotation [[@LINE+1]]:15 can make the test more robust.

This revision is now accepted and ready to land.Dec 13 2021, 1:10 AM
This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.