1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-04-11 04:10:49 +00:00
parent 1aee4fbb4d
commit 36740b0a89

View file

@ -797,7 +797,6 @@ public abstract class IndexCPPBindingResolutionTest extends IndexBindingResoluti
assertTrue(ICPPVariable.class.isInstance(b5));
}
////header content
//struct S {int i;};
//struct SS { S s, *sp; };
@ -847,16 +846,15 @@ public abstract class IndexCPPBindingResolutionTest extends IndexBindingResoluti
IBinding b18 = getBindingFromASTName("i/*18*/", 1);
}
// // header file
// // header file
// class C {public: C* cp;};
// C foo(C c);
// C* foo(C* c);
// int foo(int i);
// int foo(int i, C c);
// // referencing content
// #include "header.h"
// // referencing content
// #include "header.h"
// void references() {
// C c, *cp;
// foo/*a*/(cp[1]); // IASTArraySubscriptExpression