mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Clear cached template parameters related to bug 253080.
This commit is contained in:
parent
84567f7497
commit
ce938eda30
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ public class PDOMCPPClassTemplate extends PDOMCPPClassType implements ICPPClassT
|
|||
@Override
|
||||
public void addChild(PDOMNode member) throws CoreException {
|
||||
if (member instanceof ICPPTemplateParameter) {
|
||||
params= null; // clear cache
|
||||
PDOMNodeLinkedList list = new PDOMNodeLinkedList(pdom, record + PARAMETERS, getLinkageImpl());
|
||||
list.addMember(member);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue