mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Cosmetics.
This commit is contained in:
parent
1aee4fbb4d
commit
36740b0a89
1 changed files with 3 additions and 5 deletions
|
@ -797,7 +797,6 @@ public abstract class IndexCPPBindingResolutionTest extends IndexBindingResoluti
|
||||||
assertTrue(ICPPVariable.class.isInstance(b5));
|
assertTrue(ICPPVariable.class.isInstance(b5));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
////header content
|
////header content
|
||||||
//struct S {int i;};
|
//struct S {int i;};
|
||||||
//struct SS { S s, *sp; };
|
//struct SS { S s, *sp; };
|
||||||
|
@ -847,16 +846,15 @@ public abstract class IndexCPPBindingResolutionTest extends IndexBindingResoluti
|
||||||
IBinding b18 = getBindingFromASTName("i/*18*/", 1);
|
IBinding b18 = getBindingFromASTName("i/*18*/", 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// // header file
|
||||||
// // header file
|
|
||||||
// class C {public: C* cp;};
|
// class C {public: C* cp;};
|
||||||
// C foo(C c);
|
// C foo(C c);
|
||||||
// C* foo(C* c);
|
// C* foo(C* c);
|
||||||
// int foo(int i);
|
// int foo(int i);
|
||||||
// int foo(int i, C c);
|
// int foo(int i, C c);
|
||||||
|
|
||||||
// // referencing content
|
// // referencing content
|
||||||
// #include "header.h"
|
// #include "header.h"
|
||||||
// void references() {
|
// void references() {
|
||||||
// C c, *cp;
|
// C c, *cp;
|
||||||
// foo/*a*/(cp[1]); // IASTArraySubscriptExpression
|
// foo/*a*/(cp[1]); // IASTArraySubscriptExpression
|
||||||
|
|
Loading…
Add table
Reference in a new issue