]> granicus.if.org Git - clang/commit
Make the CXXDefaultArgExpr constructor protected and add a static Create function.
authorAnders Carlsson <andersca@mac.com>
Fri, 14 Aug 2009 18:30:22 +0000 (18:30 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 14 Aug 2009 18:30:22 +0000 (18:30 +0000)
commitf1480eee38b59d15438fb7bc50865ac7c7e22403
treeab96f2b62bff95ec4d7a6deb40f3b0b9b8f55d25
parent0895937d2ce1e73926b42e71f076be3071de68d9
Make the CXXDefaultArgExpr constructor protected and add a static Create function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79013 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/TreeTransform.h