зеркало из https://github.com/microsoft/clang.git
Dump the constructor type for a CXXConstructExpr.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95106 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
41593e3b7d
Коммит
d4bbdfebe9
|
@ -472,6 +472,8 @@ void StmtDumper::VisitCXXFunctionalCastExpr(CXXFunctionalCastExpr *Node) {
|
|||
|
||||
void StmtDumper::VisitCXXConstructExpr(CXXConstructExpr *Node) {
|
||||
DumpExpr(Node);
|
||||
CXXConstructorDecl *Ctor = Node->getConstructor();
|
||||
DumpType(Ctor->getType());
|
||||
if (Node->isElidable())
|
||||
OS << " elidable";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче