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:
Alex Lin
2016-04-08 08:26:57 -05:00
parent 4dad11bf45
commit 34090169fb
4 changed files with 24 additions and 8 deletions

View File

@ -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