]> granicus.if.org Git - clang/commit
[Sema] Don't emit multiple diags for one error
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Mon, 12 Oct 2015 18:40:58 +0000 (18:40 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Mon, 12 Oct 2015 18:40:58 +0000 (18:40 +0000)
commit7792ebc3c8d379d2346494c241dfc4eb4ef1c363
treee465b2e9be57b0f09b442c58f0ec21877dda90b4
parent49ac77e93bc0080643454fc5fe7cf09a7031d715
[Sema] Don't emit multiple diags for one error

Fixed a bug where we'd emit multiple diagnostics if there was a problem
taking the address of an overloaded template function.

Differential Revision: http://reviews.llvm.org/D13664

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250078 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/SemaCXX/addr-of-overloaded-function.cpp