trick/trick_source/codegen/Interface_Code_Gen
Alex Lin 919a8e2068 Variable using an enumeration as array index causes infinite loop #299
Once we determine the type of a variable we should stop processing the
AST tree at that point. We do this for record types but not for the
built in types.  Changed the return value of the process builtin
function to false so we stop processing.
2016-09-01 16:06:33 -05:00
..
.gitignore Initial commit of everything. 2015-02-26 09:02:31 -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 Ignore privacy 2016-04-13 16:07:15 -05:00
ClassValues.hh Ignore privacy 2016-04-13 16:07:15 -05:00
ClassVisitor.cpp Ignore privacy 2016-04-15 15:01:14 -05:00
ClassVisitor.hh Ignore privacy 2016-04-13 16:07:16 -05:00
CommentSaver.cpp Ignore privacy 2016-04-13 16:07:14 -05:00
CommentSaver.hh Ignore privacy 2016-04-13 16:07:14 -05:00
ConstructValues.cpp Add direct STL checkpointing 2016-03-29 11:01:03 -05:00
ConstructValues.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
EnumValues.cpp Initial commit of everything. 2015-02-26 09:02:31 -06:00
EnumValues.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
EnumVisitor.cpp Initial commit of everything. 2015-02-26 09:02:31 -06:00
EnumVisitor.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
FieldDescription.cpp Output "--" if that was specified in the header file. 2016-06-21 16:12:28 -05:00
FieldDescription.hh Output "--" if that was specified in the header file. 2016-06-21 16:12:28 -05:00
FieldVisitor.cpp Variable using an enumeration as array index causes infinite loop #299 2016-09-01 16:06:33 -05:00
FieldVisitor.hh Ignore privacy 2016-04-13 16:07:15 -05:00
HeaderSearchDirs.cpp ICG fails to compile on Mac when using clang/llvm 3.8.1. #271 2016-07-25 14:57:07 -05:00
HeaderSearchDirs.hh Split CP up into components that can be called individually 2015-07-22 10:54:00 -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 man pages completely out of date #253 2016-08-02 09:56:43 -05:00
makefile Swap order of libraries during ICG linking. #277 2016-08-03 09:03:41 -05:00
PrintAttributes.cpp Add a printout when ICG parses header file with no Trick header comment #281 2016-08-19 10:04:42 -05:00
PrintAttributes.hh Move search for library dependencies to make_makefile 2015-07-24 16:16:22 -05:00
PrintAttributesFactory.cpp Initial commit of everything. 2015-02-26 09:02:31 -06:00
PrintAttributesFactory.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
PrintFileContents10.cpp Output "--" if that was specified in the header file. 2016-06-21 16:12:28 -05:00
PrintFileContents10.hh Ignore privacy 2016-04-13 16:07:15 -05:00
PrintFileContents13.cpp Initial commit of everything. 2015-02-26 09:02:31 -06:00
PrintFileContents13.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
PrintFileContentsBase.cpp Use udunits package for units conversions 2016-05-05 14:49:49 -05:00
PrintFileContentsBase.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
TranslationUnitVisitor.cpp Ignore privacy 2016-04-13 16:07:15 -05:00
TranslationUnitVisitor.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
TypedefVisitor.cpp Ignore privacy 2016-04-13 16:07:15 -05:00
TypedefVisitor.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
Utilities.cpp ICG processing files it is supposed to skip 2016-02-04 15:43:14 -06:00
Utilities.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
VariableVisitor.cpp Ignore privacy 2016-04-13 16:07:15 -05:00
VariableVisitor.hh Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00