]> granicus.if.org Git - clang/commit
[libclang] Function templates can be 'overloaded' by return type, so encode the retur...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 8 Dec 2014 08:48:11 +0000 (08:48 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 8 Dec 2014 08:48:11 +0000 (08:48 +0000)
commitab1d30c0427f7461b73f3c758044a9e00d0b10ed
treef94b821a42be4a8135217d562af08c139498c229
parentb0dfccf692897e7388e8e3fb020a26db79161b39
[libclang] Function templates can be 'overloaded' by return type, so encode the return type in the USR
and handle DependentNameType in order to be able to distinguish them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223628 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Index/USRGeneration.cpp
test/Index/comment-to-html-xml-conversion.cpp
test/Index/index-templates.cpp
test/Index/overriding-ftemplate-comments.cpp
test/Index/overriding-method-comments.mm
test/Index/usrs.cpp