mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
116c4cf1f6
commit
fa72bc94a0
1 changed files with 2 additions and 2 deletions
|
@ -1013,8 +1013,8 @@ public class CPPVisitor extends ASTQueries {
|
||||||
}
|
}
|
||||||
} else if (node instanceof IASTInitializer) {
|
} else if (node instanceof IASTInitializer) {
|
||||||
if (node instanceof ICPPASTConstructorChainInitializer) {
|
if (node instanceof ICPPASTConstructorChainInitializer) {
|
||||||
// The name of the member initializer is resolved in the scope of the
|
// The name of the member initializer is resolved in the scope of
|
||||||
// owner of the ctor.
|
// the owner of the ctor.
|
||||||
ICPPASTConstructorChainInitializer initializer = (ICPPASTConstructorChainInitializer) node;
|
ICPPASTConstructorChainInitializer initializer = (ICPPASTConstructorChainInitializer) node;
|
||||||
IASTFunctionDefinition fdef= (IASTFunctionDefinition) initializer.getParent();
|
IASTFunctionDefinition fdef= (IASTFunctionDefinition) initializer.getParent();
|
||||||
IBinding binding = fdef.getDeclarator().getName().resolveBinding();
|
IBinding binding = fdef.getDeclarator().getName().resolveBinding();
|
||||||
|
|
Loading…
Add table
Reference in a new issue