mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +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) {
|
if (binding instanceof IIndexBinding) {
|
||||||
IIndexBinding ib= (IIndexBinding) binding;
|
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()) {
|
if (ib.isFileLocal()) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// skip unnamed namespaces
|
// Skip unnamed namespaces.
|
||||||
while (owner instanceof ICPPNamespace) {
|
while (owner instanceof ICPPNamespace) {
|
||||||
char[] name= owner.getNameCharArray();
|
char[] name= owner.getNameCharArray();
|
||||||
if (name.length > 0) {
|
if (name.length > 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue