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)
commite6960e2db514ffbd687b7797986dc293e2a697dc
treeef52d03b28a8e9f8b1eb65275c1a1bf184a001a9
parentce7167c84a62d464e8bcd760553ce108da5022d2
Constify the ASTContext& passed to Stmt creation functions. Also constify the context in couple other functions that are called from creation functions.

llvm-svn: 188986
clang/include/clang/AST/Stmt.h
clang/include/clang/AST/StmtCXX.h
clang/include/clang/AST/StmtObjC.h
clang/include/clang/AST/StmtOpenMP.h
clang/lib/AST/Stmt.cpp