]> granicus.if.org Git - clang/commit
Make expression allocation methods use a 'const' reference to the ASTContext since...
authorCraig Topper <craig.topper@gmail.com>
Sun, 18 Aug 2013 10:09:15 +0000 (10:09 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 18 Aug 2013 10:09:15 +0000 (10:09 +0000)
commit05ed1a0587edcf3b8ee84a67d8c8ca76753d1fc1
tree553062c6c2d0df09683d20fab0fea3fb8810e886
parent21c45a5fedcbbf5533ce65c275d5c2b82c7915e1
Make expression allocation methods use a 'const' reference to the ASTContext since the underlying operator new only needs a const reference.

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