]> granicus.if.org Git - clang/commit
If filtering a lookup result leaves it ambiguous, keep the ambiguity
authorJohn McCall <rjmccall@apple.com>
Sat, 28 Aug 2010 20:17:00 +0000 (20:17 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 28 Aug 2010 20:17:00 +0000 (20:17 +0000)
commit67d22fb57ecccd29ea9c8ec004f63dc356cd477d
tree1da82a9d5b3e5aa29ec214d08608f708a8e2c0a8
parent91c83e76d8ad42d1fd8e249b72a36d552997f77c
If filtering a lookup result leaves it ambiguous, keep the ambiguity
kind.  Fixes PR7252.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112383 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Lookup.h
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/temp.cpp