Make expression allocation methods use a 'const' reference to the ASTContext...
Make expression allocation methods use a 'const' reference to the ASTContext since the underlying operator new only needs a const reference. llvm-svn: 188636
Loading
Please register or sign in to comment