summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/ArgumentCommentCheck.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2017-02-07 10:28:20 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2017-02-07 10:28:20 +0000
commitbb1cdb63e5b1dfdb44ccb1f70b9d203138abec9a (patch)
tree1c91a61cd4f099499cef0a704e8df9c111c38285 /clang-tools-extra/clang-tidy/misc/ArgumentCommentCheck.cpp
parentb2b70975e03db7644a07df65139c49fa004e2e11 (diff)
downloadbcm5719-llvm-bb1cdb63e5b1dfdb44ccb1f70b9d203138abec9a.tar.gz
bcm5719-llvm-bb1cdb63e5b1dfdb44ccb1f70b9d203138abec9a.zip
Add a prototype for clangd
clangd is a language server protocol implementation based on clang. It's supposed to provide editor integration while not suffering from the confined ABI of libclang. This implementation is limited to the bare minimum functionality of doing (whole-document) formatting and rangeFormatting. The JSON parsing is based on LLVM's YAMLParser but yet most of the code of clangd is currently dealing with JSON serialization and deserialization. This was only tested with VS Code so far, mileage with other LSP clients may vary. Differential Revision: https://reviews.llvm.org/D29451 llvm-svn: 294291
Diffstat (limited to 'clang-tools-extra/clang-tidy/misc/ArgumentCommentCheck.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud