summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/main.cpp
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2018-03-16 14:30:42 +0000
committerSimon Marchi <simon.marchi@ericsson.com>2018-03-16 14:30:42 +0000
commit9569fd51ac1b2886ffa8dac6cfcd06c098dd0787 (patch)
treeb76f8bf05822d2d8afb3bff7bb64de562590092c /lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/main.cpp
parented1c8bfec21e74052173dabd719717bb5c0191ba (diff)
downloadbcm5719-llvm-9569fd51ac1b2886ffa8dac6cfcd06c098dd0787.tar.gz
bcm5719-llvm-9569fd51ac1b2886ffa8dac6cfcd06c098dd0787.zip
Move DraftMgr from ClangdServer to ClangdLSPServer
Summary: This patch moves the draft manager closer to the edge of Clangd, from ClangdServer to ClangdLSPServer. This will make it easier to implement incremental document sync, by making ClangdServer only deal with complete documents. As a result, DraftStore doesn't have to deal with versioning, and thus its API can be simplified. It is replaced by a StringMap in ClangdServer holding a current version number for each file. Signed-off-by: Simon Marchi <simon.marchi@ericsson.com> Subscribers: klimek, mgorny, ilya-biryukov, jkorous-apple, ioeric, cfe-commits Differential Revision: https://reviews.llvm.org/D44408 llvm-svn: 327711
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud