Constify the ASTContext& passed to Stmt creation functions. Also constify the...
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
Showing
- include/clang/AST/Stmt.h 26 additions, 30 deletionsinclude/clang/AST/Stmt.h
- include/clang/AST/StmtCXX.h 2 additions, 2 deletionsinclude/clang/AST/StmtCXX.h
- include/clang/AST/StmtObjC.h 4 additions, 5 deletionsinclude/clang/AST/StmtObjC.h
- include/clang/AST/StmtOpenMP.h 5 additions, 4 deletionsinclude/clang/AST/StmtOpenMP.h
- lib/AST/Stmt.cpp 38 additions, 43 deletionslib/AST/Stmt.cpp
Loading
Please register or sign in to comment