summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-tokens-unexposed.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2018-10-04 15:49:42 +0000
committerLouis Dionne <ldionne@apple.com>2018-10-04 15:49:42 +0000
commitd269579a97b58bcff3dca0b2636e51c6446b4cbb (patch)
tree9ad6fa21e142e6b69b8084dbb6c6e06e97739cdd /clang/test/Index/annotate-tokens-unexposed.cpp
parent9b1cc0121c2784ead432f0064f5ae4c3a81989cf (diff)
downloadbcm5719-llvm-d269579a97b58bcff3dca0b2636e51c6446b4cbb.tar.gz
bcm5719-llvm-d269579a97b58bcff3dca0b2636e51c6446b4cbb.zip
[clang] Add the exclude_from_explicit_instantiation attribute
Summary: This attribute allows excluding a member of a class template from being part of an explicit template instantiation of that class template. This also makes sure that code using such a member will not take for granted that an external instantiation exists in another translation unit. The attribute was discussed on cfe-dev at [1] and is primarily motivated by the removal of always_inline in libc++ to control what's part of the ABI (see links in [1]). [1]: http://lists.llvm.org/pipermail/cfe-dev/2018-August/059024.html rdar://problem/43428125 Reviewers: rsmith Subscribers: dexonsmith, cfe-commits Differential Revision: https://reviews.llvm.org/D51789 llvm-svn: 343790
Diffstat (limited to 'clang/test/Index/annotate-tokens-unexposed.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud