diff options
author | Eric Liu <ioeric@google.com> | 2018-02-21 13:51:27 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2018-02-21 13:51:27 +0000 |
commit | 500e126155299db89682b74b7ad434c06d6ee5db (patch) | |
tree | 0da2367827c9733b723408467508179acc5e92ee /lldb/packages/Python/lldbsuite/test/python_api/default-constructor | |
parent | 770397f4cdcfbf2c0e0a9604a4d6065063197317 (diff) | |
download | bcm5719-llvm-500e126155299db89682b74b7ad434c06d6ee5db.tar.gz bcm5719-llvm-500e126155299db89682b74b7ad434c06d6ee5db.zip |
[ASTMatchers] isTemplateInstantiation: also match explicit instantiation declaration.
Summary:
Example:
template <typename T> class X {}; class A {};
// Explicit instantiation declaration.
extern template class X<A>;
Reviewers: bkramer
Subscribers: klimek, cfe-commits
Differential Revision: https://reviews.llvm.org/D43567
llvm-svn: 325678
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/default-constructor')
0 files changed, 0 insertions, 0 deletions