[PATCH] D63559: [clangd] Added functionality for getting semantic highlights for variable and function declarations
Johan Vikström via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 26 02:37:54 PDT 2019
jvikstrom added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/SemanticHighlightTests.cpp:47
+TEST(SemanticTokenCollector, GetsCorrectTokens) {
+ const char *TestCases[] = {
+ R"cpp(
----------------
hokein wrote:
> the code seems not clang-format, could you run clang-format on your patch?
It has been clang-formated. The spaces are part of the test (need to check that the range does not include spaces even if there are multiple ones)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63559/new/
https://reviews.llvm.org/D63559
More information about the cfe-commits
mailing list