mirror of
https://github.com/nasa/trick.git
synced 2025-06-14 13:18:21 +00:00
Refactor ICG
Hey buddy. I wanted to tell you this before you heard it from someone else... I refactored ICG. Now, it's gonna look a little scary at first. But I promise you'll like it when you get used to it. It'll be fine. You can trust me. #341
This commit is contained in:
@ -296,7 +296,7 @@ bool FieldVisitor::ProcessTemplate(std::string in_name , clang::CXXRecordDecl *
|
||||
if ( debug_level >= 4 ) {
|
||||
std::cout << "Added template class from FieldVisitor ProcessTemplate " ;
|
||||
std::cout << in_name << std::endl ;
|
||||
std::cout << *fdes << std::endl ;
|
||||
//std::cout << *fdes << std::endl ;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user