1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
cdt/lsp4e-cpp/org.eclipse.lsp4e.cpp.language
Nathan Ridge 3679b7cd90 Give lsp4e-cpp access to some CDT internals
This avoids either littering lsp4e-cpp code with "restriction"
warnings, or suppressing them (which can hide useful warnings).

It seems pointless to expose the relevant internals as public APIs
since lsp4e-cpp is conceptually an internal consumer.

Change-Id: I9d8c70570682fa86b2369445a812af14de4930e6
2018-09-02 01:23:17 -04:00
..
.settings A basic LSP4E integration with Clangd 2017-09-01 11:31:57 -04:00
META-INF Bug 535428. Add indentation and bracket completion support in LSP4E-CPP 2018-08-11 17:14:41 -04:00
OSGI-INF/l10n Bug 537357 - [lsp4e-cpp] Set the document partitioner in a document setup participant 2018-08-01 02:54:59 -04:00
src/org/eclipse/lsp4e/cpp/language Give lsp4e-cpp access to some CDT internals 2018-09-02 01:23:17 -04:00
.classpath A basic LSP4E integration with Clangd 2017-09-01 11:31:57 -04:00
.gitignore A basic LSP4E integration with Clangd 2017-09-01 11:31:57 -04:00
.project A basic LSP4E integration with Clangd 2017-09-01 11:31:57 -04:00
build.properties A basic LSP4E integration with Clangd 2017-09-01 11:31:57 -04:00
plugin.xml Bug 535428. Add indentation and bracket completion support in LSP4E-CPP 2018-08-11 17:14:41 -04:00