This is an archive of the discontinued LLVM Phabricator instance.

[AST] Add missing const qualifiers to AstContext in Type.cpp
ClosedPublic

Authored by etienneb on May 12 2016, 9:51 PM.

Details

Summary

Add some missing const qualifiers to AstContext.
The ASTContext can't be modified with accessors.

There is no behavior change. This patch is cleanup only.

Diff Detail

Event Timeline

etienneb updated this revision to Diff 57132.May 12 2016, 9:51 PM
etienneb retitled this revision from to [AST] Add missing const qualifiers to AstContext in Type.cpp.
etienneb updated this object.
etienneb added a reviewer: rsmith.
etienneb added a subscriber: cfe-commits.
rsmith accepted this revision.May 12 2016, 11:57 PM
rsmith edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 12 2016, 11:57 PM
etienneb closed this revision.May 13 2016, 7:37 AM