]> granicus.if.org Git - clang/commit
Don't destroy the data associated with an overload resolution candidate; it's ASTCont...
authorDouglas Gregor <dgregor@apple.com>
Sat, 8 May 2010 20:20:05 +0000 (20:20 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 8 May 2010 20:20:05 +0000 (20:20 +0000)
commitaaa045dbe74366f9dba334fd01c797087898c1cc
treeb063be98140b8680e0a71f8b10d5b3157ea0d92c
parentff5adac099e9be58e16cf118ca3eb3f3e570c616
Don't destroy the data associated with an overload resolution candidate; it's ASTContext-allocated now

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103350 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp