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)
commit8467c87aa2dd1871dcf7867af375a1fba33b0921
tree21cbd1b03771f6c0a3e90439a728f6826de5d124
parentd62d8b771d3cc51b0b9e095011c7a1a6f83ce477
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).

llvm-svn: 259618
clang/lib/AST/ItaniumMangle.cpp