diff options
author | Kadir Cetinkaya <kadircet@google.com> | 2023-04-12 12:05:14 +0200 |
---|---|---|
committer | Kadir Cetinkaya <kadircet@google.com> | 2023-04-12 17:36:05 +0200 |
commit | 34f5774920f54f81b3e3a361a7c7f21a61e39b39 (patch) | |
tree | 04ed455caf85091d05941e458b062f513cf29388 /llvm/lib/Object/ELF.cpp | |
parent | 943d225713245e000bafc8c51687fc8baf995cca (diff) | |
download | llvm-34f5774920f54f81b3e3a361a7c7f21a61e39b39.zip llvm-34f5774920f54f81b3e3a361a7c7f21a61e39b39.tar.gz llvm-34f5774920f54f81b3e3a361a7c7f21a61e39b39.tar.bz2 |
[include-cleaner] Improve handling for templates
Principal here is:
- Making sure each template instantiation implies use of the most specialized
template. As explicit instantiations/specializations are not redeclarations of
the primary template.
- Introducing a use from explicit instantions/specializaitons to the primary
template, as they're required but not traversed as part of the RAV.
Differential Revision: https://reviews.llvm.org/D148112
Diffstat (limited to 'llvm/lib/Object/ELF.cpp')
0 files changed, 0 insertions, 0 deletions