t;range": {"start": {"line": 2, "character": 0}, "end": {"line": 2,
> "character": 22}}}]}
>
> <-- {"jsonrpc":"2.0","method":"textDocument/didChange","
> params":{&qu
":{"textDocument":{"uri":"file:///main.cpp","version":7},"contentChanges":[{"text":"template
\nvoid foo() {\n MyTemplateParam a;\n}\nint main()
{\n return 0;\n}\n"}]}}
-->
{"jsonrpc":"2.0","m
Author: ibiryukov
Date: Fri Jul 21 06:29:29 2017
New Revision: 308738
URL: http://llvm.org/viewvc/llvm-project?rev=308738&view=rev
Log:
[clangd] Replace ASTUnit with manual AST management.
Summary:
This refactoring does not aim to introduce any significant changes to
the behaviour of clangd to ke