diff options
author | Gabor Marton <martongabesz@gmail.com> | 2019-03-07 13:01:51 +0000 |
---|---|---|
committer | Gabor Marton <martongabesz@gmail.com> | 2019-03-07 13:01:51 +0000 |
commit | 16d98c206b75080d5057ec639c92a460c8be9456 (patch) | |
tree | 9491ae97823b02b015404fb5c89b83a91bc55734 /lldb/packages/Python/lldbsuite/support | |
parent | 27ed855a6e1f3dd8e33bd1242fafadc4fee8282d (diff) | |
download | bcm5719-llvm-16d98c206b75080d5057ec639c92a460c8be9456.tar.gz bcm5719-llvm-16d98c206b75080d5057ec639c92a460c8be9456.zip |
[ASTImporter] Handle redecl chain of FunctionTemplateDecls
Summary:
Redecl chains of function templates are not handled well currently. We
want to handle them similarly to functions, i.e. try to keep the
structure of the original AST as much as possible. The aim is to not
squash a prototype with a definition, rather we create both and put them
in a redecl chain.
Reviewers: a_sidorin, shafik, a.sidorin
Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D58494
llvm-svn: 355593
Diffstat (limited to 'lldb/packages/Python/lldbsuite/support')
0 files changed, 0 insertions, 0 deletions