[all-commits] [llvm/llvm-project] c6c5db: [clangd] Add C++20 concepts support to findExplici...
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Thu Jan 23 12:12:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c6c5dbc824c508c5cd36da450ecfbd12858403c4
https://github.com/llvm/llvm-project/commit/c6c5dbc824c508c5cd36da450ecfbd12858403c4
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M clang-tools-extra/clangd/FindTarget.cpp
M clang-tools-extra/clangd/SemanticHighlighting.cpp
M clang-tools-extra/clangd/SemanticHighlighting.h
M clang-tools-extra/clangd/test/semantic-highlighting.test
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
Log Message:
-----------
[clangd] Add C++20 concepts support to findExplicitReferences() and semantic highlighting
Summary: Fixes https://github.com/clangd/clangd/issues/259
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73124
More information about the All-commits
mailing list