This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG236458ef0298: [cte] Add release notes for clangd-14
(authored by kadircet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https
kadircet updated this revision to Diff 404515.
kadircet added a comment.
- Fix spelling of `highlighting`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118592/new/
https://reviews.llvm.org/D118592
Files:
clang-tools-extra/docs/ReleaseNotes.rst
tschuett added inline comments.
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:65
+
+- New semantic hihlighting kinds for:
+ - Virtual methods
highlighting
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118592
kadircet updated this revision to Diff 404503.
kadircet marked 5 inline comments as done.
kadircet added a comment.
- Address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118592/new/
https://reviews.llvm.org/D118592
Files:
clang-tools-
kbobyrev accepted this revision.
kbobyrev added a comment.
This revision is now accepted and ready to land.
Thanks for taking care of this!
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:54
+
+- Diagnostics and fixes for unused include directives, according to IWYU style.
kadircet created this revision.
kadircet added a reviewer: kbobyrev.
Herald added subscribers: usaxena95, arphaman.
kadircet requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
Repository:
rG LLVM Github Mon