]> granicus.if.org Git - clang/commit
Adjust r194296 to not apply the alias replacement for externally
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 22 Nov 2013 21:34:35 +0000 (21:34 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 22 Nov 2013 21:34:35 +0000 (21:34 +0000)
commita1cbab0992993189aa1d67fa6b1bcf47e5fe12c0
tree473786a62da1ed45d8a3cf4142a158875811399d
parent520b4454cd6c6530272a530911f86c93bba4d7c1
Adjust r194296 to not apply the alias replacement for externally
available always-inline functions. This breaks libc++'s locale
implementation. Code generation for this case should be fixed, but this
is a stop gap fix for clang 3.4.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195501 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
test/CodeGenCXX/ctor-dtor-alias.cpp