mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Added documentation about bug 227967 to the source code.
This commit is contained in:
parent
6e3b4502ba
commit
a3f5e0f30b
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ class PDOMCPPClassTemplate extends PDOMCPPClassType
|
|||
@Override
|
||||
// this is actually wrong, the undeclared bindings should be filtered out. However, that causes
|
||||
// some of the test cases to fail. --> need to look into this.
|
||||
// See https://bugs.eclipse.org/bugs/show_bug.cgi?id=227967
|
||||
protected IndexFilter getFilterForBindingsOfScope() {
|
||||
return IndexFilter.ALL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue