diff options
author | Sam McCall <sam.mccall@gmail.com> | 2020-01-10 10:40:30 +0100 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2020-01-10 18:07:24 +0100 |
commit | 4c5a4514d14537cae5459e03d1fea422664b3bc2 (patch) | |
tree | 5acda91e525453096605293ddd825c24bf663dff /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | fbb64aa69835c8e3e9efe0afc8a73058b5a0fb3c (diff) | |
download | llvm-4c5a4514d14537cae5459e03d1fea422664b3bc2.zip llvm-4c5a4514d14537cae5459e03d1fea422664b3bc2.tar.gz llvm-4c5a4514d14537cae5459e03d1fea422664b3bc2.tar.bz2 |
[clangd] Fix targetDecl() on certain usage of ObjC properties.
Summary:
In particular there's a common chain:
OpaqueValueExpr->PseudoObjectExpr->ObjCPropertyRefExpr->ObjCPropertyDecl
and we weren't handling the first two edges
Reviewers: dgoldman, kadircet
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, jfb, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D72494
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions