[PATCH] D20226: [AST] Add missing const qualifiers to AstContext in Type.cpp

Etienne Bergeron via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 21:51:20 PDT 2016


etienneb created this revision.
etienneb added a reviewer: rsmith.
etienneb added a subscriber: cfe-commits.

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.

http://reviews.llvm.org/D20226

Files:
  include/clang/AST/Type.h
  lib/AST/Type.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20226.57132.patch
Type: text/x-patch
Size: 6856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160513/48d55b39/attachment.bin>


More information about the cfe-commits mailing list