mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
bc30d29351
commit
7b3c5d43f3
1 changed files with 112 additions and 116 deletions
|
@ -94,7 +94,6 @@ public class IndexCPPBindingResolutionBugs extends IndexBindingResolutionTestBas
|
||||||
// #define FUNC() void bar()
|
// #define FUNC() void bar()
|
||||||
// #define FUNC2(A) void baz()
|
// #define FUNC2(A) void baz()
|
||||||
|
|
||||||
|
|
||||||
// #include "header.h"
|
// #include "header.h"
|
||||||
//
|
//
|
||||||
// OBJ {}
|
// OBJ {}
|
||||||
|
@ -207,7 +206,6 @@ public class IndexCPPBindingResolutionBugs extends IndexBindingResolutionTestBas
|
||||||
IBinding b8= getBindingFromASTName("testCall( /*8*/", 8);
|
IBinding b8= getBindingFromASTName("testCall( /*8*/", 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// template<typename T1>
|
// template<typename T1>
|
||||||
// class A {};
|
// class A {};
|
||||||
//
|
//
|
||||||
|
@ -351,7 +349,6 @@ public class IndexCPPBindingResolutionBugs extends IndexBindingResolutionTestBas
|
||||||
getBindingFromASTName("fooovr('", 6);
|
getBindingFromASTName("fooovr('", 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// // header
|
// // header
|
||||||
// class Base {
|
// class Base {
|
||||||
// public:
|
// public:
|
||||||
|
@ -454,7 +451,6 @@ public class IndexCPPBindingResolutionBugs extends IndexBindingResolutionTestBas
|
||||||
IBinding b1= getBindingFromASTName("id(6", 2);
|
IBinding b1= getBindingFromASTName("id(6", 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// void func1(void);
|
// void func1(void);
|
||||||
|
|
||||||
// #include "header.h"
|
// #include "header.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue