]> granicus.if.org Git - clang/commit
[Sema] Fix overloaded static functions for templates
authorIvan Donchevskii <ivan.donchevskii@qt.io>
Thu, 21 Jun 2018 08:34:50 +0000 (08:34 +0000)
committerIvan Donchevskii <ivan.donchevskii@qt.io>
Thu, 21 Jun 2018 08:34:50 +0000 (08:34 +0000)
commit61f72dee117ea4f68a1154057eaf060978e76b97
treed888d914f6a6781f049568e31cc42beaac38aa88
parent3cf091f2774c4050a4f6b8fccc5bbb1c856aff50
[Sema] Fix overloaded static functions for templates

Apply almost the same fix as https://reviews.llvm.org/D36390 but for templates.

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

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