This is an archive of the discontinued LLVM Phabricator instance.

[include-fixer] Always add as few as possible qualifiers to the unidentified symbol.
ClosedPublic

Authored by hokein on Jul 14 2016, 9:46 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 63995.Jul 14 2016, 9:46 AM
hokein retitled this revision from to [include-fixer] Always add as few as possible qualifiers to the unidentified symbol..
hokein updated this object.
hokein added a reviewer: bkramer.
hokein added a subscriber: cfe-commits.
bkramer accepted this revision.Jul 14 2016, 9:50 AM
bkramer edited edge metadata.
bkramer added inline comments.
include-fixer/IncludeFixerContext.cpp
54 ↗(On Diff #63995)

Add a comment that you're trying to find the minimal scope qualifier here.

This revision is now accepted and ready to land.Jul 14 2016, 9:50 AM
hokein updated this revision to Diff 64104.Jul 15 2016, 1:08 AM
hokein marked an inline comment as done.
hokein edited edge metadata.

Add comment.

This revision was automatically updated to reflect the committed changes.