[all-commits] [llvm/llvm-project] 13a8aa: [clang] RecursiveASTVisitor visits ObjCPropertyRef...
David Goldman via All-commits
all-commits at lists.llvm.org
Tue Jun 1 11:46:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13a8aa3ee15a67048deeb193fe8b86005fdf9d10
https://github.com/llvm/llvm-project/commit/13a8aa3ee15a67048deeb193fe8b86005fdf9d10
Author: David Goldman <davg at google.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M clang-tools-extra/clangd/FindTarget.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/lib/Index/IndexBody.cpp
M clang/lib/Sema/SemaAvailability.cpp
M clang/test/Index/Core/index-source.m
Log Message:
-----------
[clang] RecursiveASTVisitor visits ObjCPropertyRefExpr's class receiver
We now make up a TypeLoc for the class receiver to simplify visiting,
notably for indexing, availability, and clangd.
Differential Revision: https://reviews.llvm.org/D101645
More information about the All-commits
mailing list