Egor Zhdan feb787244e
[APINotes] Avoid duplicated attributes for class template instantiations
If a C++ class template is annotated via API Notes, the instantiations
had the attributes repeated twice. This is because Clang was adding the
attribute twice while processing the same class template. This change
makes sure we don't try to add attributes from API Notes twice.

There is currently no way to annotate specific instantiations using API
Notes.

rdar://142539959
2025-01-15 18:50:23 +00:00
..
2024-07-23 12:28:00 +01:00
2024-07-23 12:28:00 +01:00