[PATCH] D63559: [clang-tidy] Added functionality for getting semantic highlights for variable and function declarations
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 24 07:57:39 PDT 2019
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/clangd/SemanticHighlight.cpp:1
+#include "SemanticHighlight.h"
+#include "SourceCode.h"
----------------
License header was not added despite comment was marked as done.
================
Comment at: clang-tools-extra/clangd/SemanticHighlight.h:13
+//===----------------------------------------------------------------------===//
+#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_SEMANTICHIGHLIGHT_H
+#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_SEMANTICHIGHLIGHT_H
----------------
Separator line was not added despite comment was marked as done.
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