This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add distinct highlightings for static fields and methods
ClosedPublic

Authored by nridge on Aug 27 2019, 1:44 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

nridge created this revision.Aug 27 2019, 1:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 27 2019, 1:44 PM
hokein accepted this revision.Aug 28 2019, 2:00 AM
hokein added inline comments.
clang-tools-extra/clangd/SemanticHighlighting.cpp
208 ↗(On Diff #217486)

nit: just use auto, the type is obvious from RHS

This revision is now accepted and ready to land.Aug 28 2019, 2:00 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2019, 8:37 PM