1
0
Fork 0
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:
Markus Schorn 2008-04-21 08:12:07 +00:00
parent 6e3b4502ba
commit a3f5e0f30b

View file

@ -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;
}