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)
commitce7167c84a62d464e8bcd760553ce108da5022d2
tree1406e8cbdc837c5a275eff63675e625cca189ed3
parent258a86802a36f9a728c28b716fdccfda78b0db33
Constify the ASTContext& passed to Expr creation functions. Also constify the context in couple other functions that are called from creation functions.

llvm-svn: 188985
clang/include/clang/AST/Expr.h
clang/include/clang/AST/ExprObjC.h
clang/include/clang/AST/Type.h
clang/lib/AST/Expr.cpp
clang/lib/AST/Type.cpp