mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Cosmetics.
This commit is contained in:
parent
856760644c
commit
8e55f9f834
3 changed files with 4 additions and 4 deletions
|
@ -844,12 +844,12 @@ class PDOMCPPLinkage extends PDOMLinkage implements IIndexCPPBindingConstants {
|
|||
|
||||
if (binding instanceof IIndexBinding) {
|
||||
IIndexBinding ib= (IIndexBinding) binding;
|
||||
// don't adapt file local bindings from other fragments to this one.
|
||||
// Don't adapt file local bindings from other fragments to this one.
|
||||
if (ib.isFileLocal()) {
|
||||
return null;
|
||||
}
|
||||
} else {
|
||||
// skip unnamed namespaces
|
||||
// Skip unnamed namespaces.
|
||||
while (owner instanceof ICPPNamespace) {
|
||||
char[] name= owner.getNameCharArray();
|
||||
if (name.length > 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue