File tree Expand file tree Collapse file tree 5 files changed +45
-0
lines changed
bundles/org.eclipse.cdt.lsp/src/org/eclipse/cdt/lsp/services Expand file tree Collapse file tree 5 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 99 *
1010 * Contributors:
1111 * Dominic Scharfe (COSEDA Technologies GmbH) - initial implementation
12+ * Dietrich Travkin (Solunar GmbH) - extensions for AST and symbol info
1213 *******************************************************************************/
1314package org .eclipse .cdt .lsp .services ;
1415
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+ *******************************************************************************/
112package org .eclipse .cdt .lsp .services .ast ;
213
314import 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+ *******************************************************************************/
112package org .eclipse .cdt .lsp .services .ast ;
213
314import 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+ *******************************************************************************/
112package org .eclipse .cdt .lsp .services .symbolinfo ;
213
314import 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+ *******************************************************************************/
112package org .eclipse .cdt .lsp .services .symbolinfo ;
213
314import org .eclipse .cdt .lsp .services .ClangdLanguageServer ;
You can’t perform that action at this time.
0 commit comments