[PATCH] D82436: [clangd] Implement textDocument/foldingRange
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 13 04:01:33 PDT 2020
sammccall added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp:205
+
+TEST(SemanticSelection, FoldingRanges) {
+ const char *Tests[] = {
----------------
nit, the test is usually named after the API/feature, so this should be TEST(FoldingRanges, All) or so
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82436/new/
https://reviews.llvm.org/D82436
More information about the cfe-commits
mailing list