]> granicus.if.org Git - clang/commit
[index] Avoid one more crash caused by infinite recursion that happens when
authorAlex Lorenz <arphaman@gmail.com>
Thu, 18 May 2017 18:06:07 +0000 (18:06 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 18 May 2017 18:06:07 +0000 (18:06 +0000)
commitb7f27dbfdd43a5f42cc6f263eb50c22677eb4cb6
tree8bc1ff97359f615890e42c931cd82865ef9e0f13
parente593e0f4671cd626b208f7340725005118192e8d
[index] Avoid one more crash caused by infinite recursion that happens when
looking up a dependent name in a record that derives from itself

rdar://32273000

Differential Revision: https://reviews.llvm.org/D33324

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303366 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CXXInheritance.h
lib/AST/CXXInheritance.cpp
test/Index/Core/index-dependent-source.cpp