]> granicus.if.org Git - clang/commit
Constify the ASTContext& passed to Expr creation functions. Also constify the context...
authorCraig Topper <craig.topper@gmail.com>
Thu, 22 Aug 2013 04:58:56 +0000 (04:58 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 22 Aug 2013 04:58:56 +0000 (04:58 +0000)
commit9db7a7eb4e23758e041752c9c0c0ec1663d5a0af
treea76bed8511eb4e4f8b1d1a4ea12340aaa365afe6
parent3613c004749f8976452e1ed2138d4aeb123b35db
Constify the ASTContext& passed to Expr creation functions. Also constify the context in couple other functions that are called from creation functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188985 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/AST/ExprObjC.h
include/clang/AST/Type.h
lib/AST/Expr.cpp
lib/AST/Type.cpp