]> granicus.if.org Git - clang/commit
Fix typo in OpenCL type mangling. This is still bogus (we should either use the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Feb 2016 01:43:59 +0000 (01:43 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Feb 2016 01:43:59 +0000 (01:43 +0000)
commit9846e1752971a9127599a6f56521d901b7fb93cc
treea91bbc4f7c1d05378f0292e89cf50a689eeec37c
parenta3029fe93a9fe66a11d39281aab9ce177ed5aff9
Fix typo in OpenCL type mangling. This is still bogus (we should either use the
actual source name of the typedef or a vendor mangling) but at least it stands
a chance of demangling now.

We would also benefit from some test coverage of this (OpenCL +
__attribute__((overloadable)) is probably required to reach this).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259618 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ItaniumMangle.cpp