]> granicus.if.org Git - clang/commit
Constify the ASTContext& passed to Stmt creation functions. Also constify the context...
authorCraig Topper <craig.topper@gmail.com>
Thu, 22 Aug 2013 05:28:54 +0000 (05:28 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 22 Aug 2013 05:28:54 +0000 (05:28 +0000)
commit0b861560d9b4b0eb2b36d0f32cc7819efe9ee5f2
treec7990bdaccb81380bc0e4411c8f44d5649b75172
parent9db7a7eb4e23758e041752c9c0c0ec1663d5a0af
Constify the ASTContext& passed to Stmt 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@188986 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
include/clang/AST/StmtCXX.h
include/clang/AST/StmtObjC.h
include/clang/AST/StmtOpenMP.h
lib/AST/Stmt.cpp