Author: simark
Date: Tue Oct 16 08:55:03 2018
New Revision: 344614
URL: http://llvm.org/viewvc/llvm-project?rev=344614&view=rev
Log:
Remove possibility to change compile database path at runtime
Summary:
This patch removes the possibility to change the compilation database
path at runtime using t
Author: simark
Date: Fri Aug 10 15:27:53 2018
New Revision: 339483
URL: http://llvm.org/viewvc/llvm-project?rev=339483&view=rev
Log:
[clangd] Avoid duplicates in findDefinitions response
Summary:
When compile_commands.json contains some source files expressed as
relative paths, we can get duplica
Author: simark
Date: Mon Aug 6 14:48:20 2018
New Revision: 339063
URL: http://llvm.org/viewvc/llvm-project?rev=339063&view=rev
Log:
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the
requested name
Summary:
InMemoryFileSystem::status behaves differently than
RealFileSystem
Author: simark
Date: Fri Aug 3 12:40:19 2018
New Revision: 338914
URL: http://llvm.org/viewvc/llvm-project?rev=338914&view=rev
Log:
[clangd] Add test for changing build configuration
Summary:
This patch adds tests for the two ways of changing build configuration
(pointing to a particular compile
On 2018-08-01 01:30 PM, Alex L wrote:
> Is there a particular reason why this commit didn't have a corresponding test
> included?
> Cheers,
> Alex
Back when we made the corresponding change in "onChangeConfiguration", there
was no
straightforward way to make a lit test for it:
https://reviews.ll
On 2018-08-01 01:30 PM, Alex L wrote:
> Is there a particular reason why this commit didn't have a corresponding test
> included?
> Cheers,
> Alex
Back when we made the corresponding change in "onChangeConfiguration", there
was no
straightforward way to make a lit test for it:
https://reviews.l
Author: simark
Date: Wed Aug 1 04:28:49 2018
New Revision: 338518
URL: http://llvm.org/viewvc/llvm-project?rev=338518&view=rev
Log:
[clangd] Receive compilationDatabasePath in 'initialize' request
Summary:
That way, as soon as the "initialize" is received by the server, it can start
parsing/inde
Author: simark
Date: Thu Jul 26 11:55:02 2018
New Revision: 338057
URL: http://llvm.org/viewvc/llvm-project?rev=338057&view=rev
Log:
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the
requested name
Summary:
InMemoryFileSystem::status behaves differently than
RealFileSyste
Author: simark
Date: Mon Jul 23 07:32:12 2018
New Revision: 337697
URL: http://llvm.org/viewvc/llvm-project?rev=337697&view=rev
Log:
[clangd] Fix category in clangd-vscode's package.json
Summary:
When opening package.json, vscode shows:
Use 'Programming Languages' instead
Replacing "Language
Author: simark
Date: Tue Jul 17 07:13:05 2018
New Revision: 337284
URL: http://llvm.org/viewvc/llvm-project?rev=337284&view=rev
Log:
[Tooling] Add operator== to CompileCommand
Summary:
It does the obvious thing of comparing all fields. This will be needed
for a clangd patch I have in the pipelin
Author: simark
Date: Wed Jul 11 07:08:17 2018
New Revision: 336807
URL: http://llvm.org/viewvc/llvm-project?rev=336807&view=rev
Log:
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the
requested name
Summary:
InMemoryFileSystem::status behaves differently than
RealFileSystem
Author: simark
Date: Thu Jul 5 07:53:17 2018
New Revision: 336358
URL: http://llvm.org/viewvc/llvm-project?rev=336358&view=rev
Log:
[clang-move] ClangMoveTests: Remove dots in output paths
Summary:
Following D48903 ([VirtualFileSystem] InMemoryFileSystem::status: Return
a Status with the request
On 2018-03-27 01:47 PM, Reid Kleckner wrote:
> One of these new tests does not pass on Windows due to assumptions about
> absolute path structure. The FileCheck output seems self-explanatory:
>
> $ "FileCheck" "-strict-whitespace"
> "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc20
Author: simark
Date: Mon Mar 26 07:41:40 2018
New Revision: 328500
URL: http://llvm.org/viewvc/llvm-project?rev=328500&view=rev
Log:
[clangd] Support incremental document syncing
Summary:
This patch adds support for incremental document syncing, as described
in the LSP spec. The protocol specifi
Author: simark
Date: Wed Mar 21 07:36:46 2018
New Revision: 328100
URL: http://llvm.org/viewvc/llvm-project?rev=328100&view=rev
Log:
Make positionToOffset return llvm::Expected
Summary:
To implement incremental document syncing, we want to verify that the
ranges provided by the front-end are val
Author: simark
Date: Fri Mar 16 07:30:42 2018
New Revision: 327711
URL: http://llvm.org/viewvc/llvm-project?rev=327711&view=rev
Log:
Move DraftMgr from ClangdServer to ClangdLSPServer
Summary:
This patch moves the draft manager closer to the edge of Clangd, from
ClangdServer to ClangdLSPServer.
Author: simark
Date: Wed Mar 14 11:31:48 2018
New Revision: 327550
URL: http://llvm.org/viewvc/llvm-project?rev=327550&view=rev
Log:
[clangd] Use Contents from inputs in codeComplete and signatureHelp
Summary:
ClangdServer::{codeComplete,signatureHelp} both use the Contents from
the draft manager
Author: simark
Date: Thu Feb 22 06:00:39 2018
New Revision: 325784
URL: http://llvm.org/viewvc/llvm-project?rev=325784&view=rev
Log:
[clangd] DidChangeConfiguration Notification
Summary:
Implementation of DidChangeConfiguration notification handling in
clangd. This currently only supports chang
Author: simark
Date: Tue Feb 20 08:57:47 2018
New Revision: 325596
URL: http://llvm.org/viewvc/llvm-project?rev=325596&view=rev
Log:
[clangd] Fix formatting in XRefs.cpp
This is also to test my commit access.
Modified:
clang-tools-extra/trunk/clangd/XRefs.cpp
Modified: clang-tools-extra/tr
19 matches
Mail list logo