mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +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));
|
||||
}
|
||||
|
||||
|
||||
////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
|
||||
|
|
Loading…
Add table
Reference in a new issue