mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Made typeof() declSpec's show up in outline view.
This commit is contained in:
parent
af85de7600
commit
d65c6769ea
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ public class ASTSimpleTypeSpecifier extends ASTNode implements IASTSimpleTypeSpe
|
|||
if (isSigned())
|
||||
type.append("signed "); //$NON-NLS-1$
|
||||
}
|
||||
else
|
||||
type.append( typeName.toString() );
|
||||
this.typeName = type.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue