Javier Lopez-Gomez d3e42235c1 DeclUnloader: do not delete instantiated member functions
The body of member functions of a templated class only gets instantiated
when the function is used.  These `CXXMethodDecl` should not be deleted
from the AST; instead return them to the 'instantiation pending' state.
2023-11-30 08:59:08 +01:00
..
2022-02-03 09:29:03 +01:00
2022-12-09 08:44:18 +01:00
2021-02-25 20:44:18 +01:00
2023-08-14 18:44:02 +02:00