This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add C++20 concepts support to TargetFinder
ClosedPublic

Authored by nridge on Jan 21 2020, 1:57 PM.

Diff Detail

Event Timeline

nridge created this revision.Jan 21 2020, 1:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2020, 1:57 PM

Unit tests: pass. 62082 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:52 AM
This revision is now accepted and ready to land.Jan 22 2020, 1:52 AM
This revision was automatically updated to reflect the committed changes.