diff options
author | Balázs Kéri <1.int32@gmail.com> | 2021-06-17 09:12:36 +0200 |
---|---|---|
committer | Balázs Kéri <1.int32@gmail.com> | 2021-06-17 11:20:27 +0200 |
commit | 05e95d2dd74973dd5163b7d44828fac61e416452 (patch) | |
tree | eccbecab55675a09bbe9fb20c2580d046316652b /lldb/source/Commands/CommandObjectGUI.cpp | |
parent | fda8b4714e05c68deee469970cb6f7f7ea8b32b7 (diff) | |
download | llvm-05e95d2dd74973dd5163b7d44828fac61e416452.zip llvm-05e95d2dd74973dd5163b7d44828fac61e416452.tar.gz llvm-05e95d2dd74973dd5163b7d44828fac61e416452.tar.bz2 |
[clang][AST] Set correct DeclContext in ASTImporter lookup table for template params.
Template parameters are created in ASTImporter with the translation unit as DeclContext.
The DeclContext is later updated (by the create function of template classes).
ASTImporterLookupTable was not updated after these changes of the DC. The patch
adds update of the DeclContext in ASTImporterLookupTable.
Reviewed By: martong
Differential Revision: https://reviews.llvm.org/D103792
Diffstat (limited to 'lldb/source/Commands/CommandObjectGUI.cpp')
0 files changed, 0 insertions, 0 deletions