diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-02-18 07:47:09 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-02-18 07:47:09 +0000 |
commit | 906d41ab2ef81ff361197b69100faa77540d15ce (patch) | |
tree | 0cd54e6c4997181168e112116881711588d19ab6 /test/Driver/arm-cortex-cpus.c | |
parent | b279682bcd79c70baecb312e0db0f0e019eee2bf (diff) | |
download | clang-906d41ab2ef81ff361197b69100faa77540d15ce.tar.gz |
Itanium ABI: Mangle <mangled-name> according to the ABI
We attempted to be compatible with GCC's buggy mangling for templates
with a declaration for a template argument.
However, we weren't completely successful in copying their bug in cases
like:
char foo;
template <char &C> decltype(C) f() { return foo; };
template char &f<foo>();
Instead, just follow the ABI specification. This fixes PR22621.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229644 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/arm-cortex-cpus.c')
0 files changed, 0 insertions, 0 deletions