[PATCH] D111224: [clang] Traverse enum integer-base specifiers in RAV

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 6 13:04:07 PDT 2021


kadircet updated this revision to Diff 377652.
kadircet marked 3 inline comments as done.
kadircet added a comment.

- split changes in libindex
- fix the issue with non-traversal of forward-decls
- add unittests into RAV


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111224/new/

https://reviews.llvm.org/D111224

Files:
  clang-tools-extra/clangd/unittests/SelectionTests.cpp
  clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
  clang-tools-extra/clangd/unittests/XRefsTests.cpp
  clang/include/clang/AST/RecursiveASTVisitor.h
  clang/unittests/AST/RecursiveASTVisitorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111224.377652.patch
Type: text/x-patch
Size: 4873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211006/a14029fc/attachment.bin>


More information about the cfe-commits mailing list