mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Cosmetics
Change-Id: I778d142e115b0a70a832138a9170bee5541fce4f
This commit is contained in:
parent
88ee3029fc
commit
b96dace616
1 changed files with 2 additions and 2 deletions
|
@ -455,7 +455,7 @@ public class ASTTypeUtil {
|
|||
result.append(Keywords.ENUM);
|
||||
result.append(SPACE);
|
||||
}
|
||||
ICPPBinding binding = ((ICPPBinding) type);
|
||||
ICPPBinding binding = (ICPPBinding) type;
|
||||
boolean nested = binding.getOwner() instanceof ICPPClassType;
|
||||
boolean qualify = normalize || nested || (type instanceof ITypedef && type instanceof ICPPSpecialization);
|
||||
appendCppName(binding, normalize, qualify, result);
|
||||
|
@ -985,7 +985,7 @@ public class ASTTypeUtil {
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Marks start of processing a translation unit during indexing.
|
||||
* Enables caching of string representations of types.
|
||||
|
|
Loading…
Add table
Reference in a new issue