summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-06-25 21:55:30 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-06-25 21:55:30 +0000
commit368055211a73667d8d452f3dcd1a157f89064a92 (patch)
tree625568c9f5786a4cd0b4bf0f592fcefb8bc8355c /clang/lib/CodeGen/TargetInfo.cpp
parent606953fbe76744eca6bc8c0c9e35ddcddaa1da29 (diff)
downloadbcm5719-llvm-368055211a73667d8d452f3dcd1a157f89064a92.tar.gz
bcm5719-llvm-368055211a73667d8d452f3dcd1a157f89064a92.zip
PR12937: Explicitly deleting an explicit template specialization.
This works around a quirk in the way that explicit template specializations are handled in Clang. We generate an implicit declaration from the original template which the explicit specialization is considered to redeclare. This trips up the explicit delete logic. This change only works around that strange representation. At some point it'd be nice to remove those extra declarations to make the AST more accurately reflect the C++ semantics. Review by Doug Gregor. llvm-svn: 159167
Diffstat (limited to 'clang/lib/CodeGen/TargetInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud