[PATCH] D30476: [clangd] Add a toy Eclipse integration for development purposes

2017-03-06 Thread Marc-Andre Laperle via Phabricator via cfe-commits
malaperle-ericsson updated this revision to Diff 90776. https://reviews.llvm.org/D30476 Files: clangd/clients/lsp4e-cpp/.gitignore clangd/clients/lsp4e-cpp/.mvn/extensions.xml clangd/clients/lsp4e-cpp/.travis.yml clangd/clients/lsp4e-cpp/LICENSE clangd/clients/lsp4e-cpp/README.md clan

[PATCH] D30476: [clangd] Add a toy Eclipse integration for development purposes

2017-03-06 Thread Marc-Andre Laperle via Phabricator via cfe-commits
malaperle-ericsson added a comment. Please disregard the last diff, I misused arc. https://reviews.llvm.org/D30476 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D30476: [clangd] Add a toy Eclipse integration for development purposes

2017-03-06 Thread Marc-Andre Laperle via Phabricator via cfe-commits
malaperle-ericsson updated this revision to Diff 90774. malaperle-ericsson added a comment. [clangd] Fix not being able to attach a debugger on macOS Clangd is often waiting for input on getline as it awaits requests. If the getline is interrupted, it causes the system call (read) to fail and the

[PATCH] D30476: [clangd] Add a toy Eclipse integration for development purposes

2017-03-01 Thread Marc-Andre Laperle via Phabricator via cfe-commits
malaperle-ericsson added a comment. To be honest, I don't think this needs to be merged but it makes sense to put it somewhere people can try it. Repository: rL LLVM https://reviews.llvm.org/D30476 ___ cfe-commits mailing list cfe-commits@lists.