[PATCH] D101645: [clang] RecursiveASTVisitor visits ObjCPropertyRefExpr's class receiver

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 30 09:20:57 PDT 2021


dgoldman created this revision.
dgoldman added reviewers: sammccall, benlangmuir.
Herald added subscribers: usaxena95, kadircet, arphaman.
dgoldman requested review of this revision.
Herald added subscribers: cfe-commits, ilya-biryukov.
Herald added projects: clang, clang-tools-extra.

We now make up a TypeLoc for the class receiver to simplify visiting,
notably for indexing, availability, and clangd.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101645

Files:
  clang-tools-extra/clangd/FindTarget.cpp
  clang-tools-extra/clangd/unittests/FindTargetTests.cpp
  clang/include/clang/AST/RecursiveASTVisitor.h
  clang/lib/Index/IndexBody.cpp
  clang/lib/Sema/SemaAvailability.cpp
  clang/test/Index/Core/index-source.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101645.341942.patch
Type: text/x-patch
Size: 5877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210430/7af23129/attachment-0001.bin>


More information about the cfe-commits mailing list