This is an archive of the discontinued LLVM Phabricator instance.

[Basic] Add missing `const` qualifier (NFC)
ClosedPublic

Authored by thegameg on Aug 11 2016, 3:47 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

thegameg updated this revision to Diff 67737.Aug 11 2016, 3:47 PM
thegameg retitled this revision from to [Basic] Add missing `const` qualifier (NFC).
thegameg updated this object.
thegameg added a subscriber: cfe-commits.
vsk accepted this revision.Aug 11 2016, 3:49 PM
vsk edited edge metadata.

Makes sense. isMacroID and isInSystemHeader are both already marked const.

This revision is now accepted and ready to land.Aug 11 2016, 3:49 PM

Thanks @vsk. As I don't have commit access, is it possible to commit this for me, please? Thanks.

This revision was automatically updated to reflect the committed changes.