File tree 5 files changed +45
-0
lines changed
bundles/org.eclipse.cdt.lsp/src/org/eclipse/cdt/lsp/services
5 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
* Contributors:
11
11
* Dominic Scharfe (COSEDA Technologies GmbH) - initial implementation
12
+ * Dietrich Travkin (Solunar GmbH) - extensions for AST and symbol info
12
13
*******************************************************************************/
13
14
package org .eclipse .cdt .lsp .services ;
14
15
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2024 Advantest Europe GmbH and others.
3
+ * This program and the accompanying materials are made
4
+ * available under the terms of the Eclipse Public License 2.0
5
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
6
+ *
7
+ * SPDX-License-Identifier: EPL-2.0
8
+ *
9
+ * Contributors:
10
+ * Dietrich Travkin (Solunar GmbH) - Initial implementation
11
+ *******************************************************************************/
1
12
package org .eclipse .cdt .lsp .services .ast ;
2
13
3
14
import java .util .Arrays ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2024 Advantest Europe GmbH and others.
3
+ * This program and the accompanying materials are made
4
+ * available under the terms of the Eclipse Public License 2.0
5
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
6
+ *
7
+ * SPDX-License-Identifier: EPL-2.0
8
+ *
9
+ * Contributors:
10
+ * Dietrich Travkin (Solunar GmbH) - Initial implementation
11
+ *******************************************************************************/
1
12
package org .eclipse .cdt .lsp .services .ast ;
2
13
3
14
import org .eclipse .cdt .lsp .services .ClangdLanguageServer ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2024 Advantest Europe GmbH and others.
3
+ * This program and the accompanying materials are made
4
+ * available under the terms of the Eclipse Public License 2.0
5
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
6
+ *
7
+ * SPDX-License-Identifier: EPL-2.0
8
+ *
9
+ * Contributors:
10
+ * Dietrich Travkin (Solunar GmbH) - Initial implementation
11
+ *******************************************************************************/
1
12
package org .eclipse .cdt .lsp .services .symbolinfo ;
2
13
3
14
import org .eclipse .cdt .lsp .services .ClangdLanguageServer ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2024 Advantest Europe GmbH and others.
3
+ * This program and the accompanying materials are made
4
+ * available under the terms of the Eclipse Public License 2.0
5
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
6
+ *
7
+ * SPDX-License-Identifier: EPL-2.0
8
+ *
9
+ * Contributors:
10
+ * Dietrich Travkin (Solunar GmbH) - Initial implementation
11
+ *******************************************************************************/
1
12
package org .eclipse .cdt .lsp .services .symbolinfo ;
2
13
3
14
import org .eclipse .cdt .lsp .services .ClangdLanguageServer ;
You can’t perform that action at this time.
0 commit comments