mirror of
https://github.com/nasa/trick.git
synced 2025-06-15 21:58:25 +00:00
Ignore privacy
Adjusted code to ignore processing templates in files with ICG:(No). This was not being honoroed before. refs #218
This commit is contained in:
@ -388,6 +388,9 @@ bool FieldVisitor::VisitRecordType(clang::RecordType *rt) {
|
||||
return false ;
|
||||
}
|
||||
}
|
||||
// If the record type is in std:: but not one we can process, set the I/O spec to zero and return.
|
||||
fdes->setIO(0) ;
|
||||
return false ;
|
||||
}
|
||||
|
||||
/* Template specialization types will be processed here because the canonical type
|
||||
|
Reference in New Issue
Block a user