trick/trick_source/codegen/Interface_Code_Gen
Derek Bankieris 1dbeb3e2d4 Fix io code for classes with excluded parents
Check the return value of CXXRecordVisitor::TraverseCXXRecordDecl and
don't add information from excluded parents.
Add a parameter to PrintAttributes::isHeaderExcluded to toggle exlusion
of TRICK_EXT_LIB_DIRS paths. When traversing a CXX record, we don't
actually want to skip these paths since their io code should exist in
the Trickified library.
Fix memory leak.

Refs #435
2017-05-24 10:51:27 -05:00
..
.gitignore Initial commit of everything. 2015-02-26 09:02:31 -06:00
BraceMacro.hh Forward-declared classes aren't fully populated in S_sie.resource #378 2017-01-23 17:48:16 -06:00
ClassTemplateVisitor.cpp Ignore privacy 2016-04-13 16:07:16 -05:00
ClassTemplateVisitor.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
ClassValues.cpp ICG produces non-compilable io_* code for this weird example #334 2016-11-02 13:56:40 -05:00
ClassValues.hh Restore debug functions #341 2016-10-31 09:10:33 -05:00
ClassVisitor.cpp Fix io code for classes with excluded parents 2017-05-24 10:51:27 -05:00
ClassVisitor.hh Ignore privacy 2016-04-13 16:07:16 -05:00
CommentSaver.cpp Refactor ICG to report skipped files consistently 2017-03-15 15:53:56 -05:00
CommentSaver.hh Ignore privacy 2016-04-13 16:07:14 -05:00
ConstructValues.cpp Refactor ICG to report skipped files consistently 2017-03-15 15:53:56 -05:00
ConstructValues.hh Refactor ICG to report skipped files consistently 2017-03-15 15:53:56 -05:00
EnumValues.cpp ICG produces non-compilable io_* code for this weird example #334 2016-11-02 13:56:40 -05:00
EnumValues.hh Restore debug functions #341 2016-10-31 09:10:33 -05:00
EnumVisitor.cpp Forward-declared classes aren't fully populated in S_sie.resource #378 2017-01-23 17:48:16 -06:00
EnumVisitor.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
FieldDescription.cpp Generate STL functions only when requested 2017-05-16 15:31:08 -05:00
FieldDescription.hh Generate STL functions only when requested 2017-05-16 15:31:08 -05:00
FieldVisitor.cpp Sanitize field names when generating STL functions 2017-05-22 10:37:20 -05:00
FieldVisitor.hh Ignore privacy 2016-04-13 16:07:15 -05:00
FindTrickICG.cpp S_overrides.mk is included twice when building #360 2017-02-09 09:46:58 -06:00
FindTrickICG.hh Detect when TRICK_ICG is used in header files and compensate for it. #375 2017-01-11 15:02:21 -06:00
HeaderSearchDirs.cpp Fix io code for classes with excluded parents 2017-05-24 10:51:27 -05:00
HeaderSearchDirs.hh Missing includes when using clang/llvm 4.0 #393 2017-03-15 10:05:06 -05:00
ICGASTConsumer.cpp Initial commit of everything. 2015-02-26 09:02:31 -06:00
ICGASTConsumer.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
main.cpp Missing includes when using clang/llvm 4.0 #393 2017-03-15 10:05:06 -05:00
makefile Infer TRICK_HOME automatically 2017-02-10 10:29:56 -06:00
PrintAttributes.cpp Fix io code for classes with excluded parents 2017-05-24 10:51:27 -05:00
PrintAttributes.hh Fix io code for classes with excluded parents 2017-05-24 10:51:27 -05:00
PrintFileContents10.cpp Sanitize field names when generating STL functions 2017-05-22 10:37:20 -05:00
PrintFileContents10.hh Improve printable field detection 2017-05-17 09:37:22 -05:00
PrintFileContentsBase.cpp Improve printable field detection 2017-05-17 09:37:22 -05:00
PrintFileContentsBase.hh Improve printable field detection 2017-05-17 09:37:22 -05:00
TranslationUnitVisitor.cpp Forward-declared classes aren't fully populated in S_sie.resource #378 2017-01-23 17:48:16 -06:00
TranslationUnitVisitor.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
TypedefVisitor.cpp Refactor ICG 2016-10-28 14:37:12 -05:00
TypedefVisitor.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
Utilities.cpp Sanitize field names when generating STL functions 2017-05-22 10:37:20 -05:00
Utilities.hh Sanitize field names when generating STL functions 2017-05-22 10:37:20 -05:00
VariableVisitor.cpp Refactor ICG 2016-10-28 14:37:12 -05:00
VariableVisitor.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00