Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tools-extra/clangd/SemanticHighlighting.cpp | ||
---|---|---|
208 ↗ | (On Diff #217486) | nit: just use auto, the type is obvious from RHS |
Paths
| Differential D66828
[clangd] Add distinct highlightings for static fields and methods ClosedPublic Authored by nridge on Aug 27 2019, 1:44 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 28 2019, 2:00 AM Closed by commit rL370429: [clangd] Add distinct highlightings for static fields and methods (authored by nridge). · Explain WhyAug 29 2019, 8:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 218018 clang-tools-extra/trunk/clangd/SemanticHighlighting.h
clang-tools-extra/trunk/clangd/SemanticHighlighting.cpp
clang-tools-extra/trunk/clangd/test/semantic-highlighting.test
clang-tools-extra/trunk/clangd/unittests/SemanticHighlightingTests.cpp
|