mirror of
https://github.com/nasa/trick.git
synced 2025-06-15 13:48:18 +00:00
Ignore privacy
Removed the requirement of passing flags throughout ICG indicating if we are in an inherited class or not. Removed the init_attr friends throughout Trick core headers.
This commit is contained in:
@ -57,7 +57,7 @@ bool VariableVisitor::VisitTemplateSpecializationType(clang::TemplateSpecializat
|
||||
if ( debug_level >=2 ) {
|
||||
td->dump() ; std::cout << std::endl ;
|
||||
}
|
||||
CXXRecordVisitor cvis(ci, cs, hsd, pa, false, false, true) ;
|
||||
CXXRecordVisitor cvis(ci, cs, hsd, pa, true) ;
|
||||
cval = cvis.get_class_data() ;
|
||||
cvis.TraverseCXXRecordDecl(clang::cast<clang::CXXRecordDecl>(td)) ;
|
||||
// Check to see if this typedef is to a STL. If it is we don't want it.
|
||||
|
Reference in New Issue
Block a user