File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ void CallNew() {
88}
99// CHECK-LABEL: FunctionTemplateDecl {{.*}} CallNew
1010// CHECK: |-FunctionDecl {{.*}} CallNew 'void ()'
11- // CHECK: `-CXXNewExpr {{.*}} 'operator new' 'void *(unsigned long)'
11+ // CHECK: `-CXXNewExpr {{.*}} 'operator new'
1212// CHECK: `-CXXParenListInitExpr {{.*}} 'Node'
1313// CHECK: `-ImplicitCastExpr {{.*}} 'long' <IntegralCast>
1414// CHECK: `-IntegerLiteral {{.*}} 'int' 0
1515// CHECK: `-FunctionDecl {{.*}} used CallNew 'void ()' implicit_instantiation
1616// CHECK: |-TemplateArgument integral 'true'
17- // CHECK: `-CXXNewExpr {{.*}} 'operator new' 'void *(unsigned long)'
17+ // CHECK: `-CXXNewExpr {{.*}} 'operator new'
1818// CHECK: `-CXXParenListInitExpr {{.*}} 'Node'
1919// CHECK: `-ImplicitCastExpr {{.*}} 'long' <IntegralCast>
2020// CHECK: `-IntegerLiteral {{.*}} 'int' 0
You can’t perform that action at this time.
0 commit comments