This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add C++20 concepts support to findExplicitReferences() and semantic highlighting
ClosedPublic

Authored by nridge on Jan 21 2020, 10:21 AM.

Diff Detail

Event Timeline

nridge created this revision.Jan 21 2020, 10:21 AM
nridge retitled this revision from [clangd] Add C++20 concepts support to FindTarget and semantic highlighting to [clangd] Add C++20 concepts support to findExplicitReferences() and semantic highlighting.Jan 21 2020, 10:34 AM

Unit tests: pass. 62059 tests passed, 0 failed and 784 were skipped.

clang-tidy: unknown.

clang-format: pass.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

sammccall accepted this revision.Jan 22 2020, 1:55 AM
This revision is now accepted and ready to land.Jan 22 2020, 1:55 AM
This revision was automatically updated to reflect the committed changes.