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.
Paths
| Differential D20226
[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. There is no behavior change. This patch is cleanup only.
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 12 2016, 11:57 PM
Revision Contents
Diff 57132 include/clang/AST/Type.h
lib/AST/Type.cpp
|