commit | 0ff9becff330bb5a75aa9e2842b410682536a221 | [log] [tgz] |
---|---|---|
author | Stephan Bergmann <sbergman@redhat.com> | Mon Nov 14 17:07:09 2016 +0000 |
committer | Stephan Bergmann <sbergman@redhat.com> | Mon Nov 14 17:07:09 2016 +0000 |
tree | d4afe2b3e72bd16d0fb9e3718886684fab97cb32 | |
parent | 101d620a14be2253c442ba3df826d3430ed62585 [diff] |
Handle non-inlined clang::Type::getAs specializations in extract_symbols.py The existing logic was to discard any symbols representing function template instantiations, as the definitions were assumed to be inline. But there are three explicit specializations of clang::Type::getAs that are only defined in Clang's lib/AST/Type.cpp, and at least the plugin used by the LibreOffice build (https://wiki.documentfoundation.org/Development/Clang_plugins) uses those functions. Differential Revision: https://reviews.llvm.org/D26455 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286841 91177308-0d34-0410-b5e6-96231b3b80d8