| ../ | 
  | Autogen.cpp | 27.5 KB
     | 35cc6d4 | 11 months | mlbrooks | Mitigate several unused-declaration warnings in generated code.
See … | 
  | Autogen.hpp | 850 bytes
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | CheckAssertions.cpp | 2.5 KB
     | 16ba4897 | 13 months | ajbeach | Replaced SemanticErrorException::isEmpty with ...::throwIfNonEmpty. … | 
  | CheckAssertions.hpp | 633 bytes
     | 82a5ea2 | 14 months | ajbeach | Added checks for (and a test to check the checks) assertions we will … | 
  | CompoundLiteral.cpp | 1.9 KB
     | 35cc6d4 | 11 months | mlbrooks | Mitigate several unused-declaration warnings in generated code.
See … | 
  | CompoundLiteral.hpp | 825 bytes
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | EliminateTypedef.cpp | 3.0 KB
     | c92bdcc | 18 months | ajbeach | Updated the rest of the names in src/ (except for the generated files). | 
  | EliminateTypedef.hpp | 757 bytes
     | 298fe57 | 4 years | ajbeach | Translated 3/4 of validate_B. Link Reference To Types has been removed … | 
  | EnumAndPointerDecay.cpp | 4.0 KB
     | a8404d9 | 9 months | ajbeach | Just some formatting clean-up I did while investigating … | 
  | EnumAndPointerDecay.hpp | 939 bytes
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | FindSpecialDecls.cpp | 2.7 KB
     | c92bdcc | 18 months | ajbeach | Updated the rest of the names in src/ (except for the generated files). | 
  | FindSpecialDecls.hpp | 903 bytes
     | c92bdcc | 18 months | ajbeach | Updated the rest of the names in src/ (except for the generated files). | 
  | FixQualifiedTypes.cpp | 3.3 KB
     | c92bdcc | 18 months | ajbeach | Updated the rest of the names in src/ (except for the generated files). | 
  | FixQualifiedTypes.hpp | 878 bytes
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | FixReturnTypes.cpp | 3.1 KB
     | c92bdcc | 18 months | ajbeach | Updated the rest of the names in src/ (except for the generated files). | 
  | FixReturnTypes.hpp | 890 bytes
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | ForallPointerDecay.cpp | 7.3 KB
     | c92bdcc | 18 months | ajbeach | Updated the rest of the names in src/ (except for the generated files). | 
  | ForallPointerDecay.hpp | 1.3 KB
     | fc1a3e2 | 19 months | ajbeach | Style update. Focused on indentation and trailing whitespace. | 
  | GenericParameter.cpp | 11.6 KB
     | 8315947 | 16 months | j82liang | Remove automatic conversion from Enum type name to its len; change … | 
  | GenericParameter.hpp | 1.1 KB
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | HoistStruct.cpp | 7.1 KB
     | ed96731 | 12 months | ajbeach | With{Stmts,Decls}ToAdd how has an -X version like WithSymbolTableX. … | 
  | HoistStruct.hpp | 776 bytes
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | HoistTypeDecls.cpp | 2.1 KB
     | ed96731 | 12 months | ajbeach | With{Stmts,Decls}ToAdd how has an -X version like WithSymbolTableX. … | 
  | HoistTypeDecls.hpp | 893 bytes
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | ImplementEnumFunc.cpp | 16.9 KB
     | 90e683b | 9 months | ajbeach | I set out to do a enum rework. It ended up being much the same and I … | 
  | ImplementEnumFunc.hpp | 271 bytes
     | 7fe4adbb | 16 months | ajbeach | Added some code near the end of main to improve some internal … | 
  | InitializerLength.cpp | 2.4 KB
     | b6f2e7ab | 14 months | ajbeach | Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would … | 
  | InitializerLength.hpp | 787 bytes
     | 91a72ef | 4 years | ajbeach | Some assorted bits of clean-up. InitializerLength was missing some … | 
  | LabelAddressFixer.cpp | 1.9 KB
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | LabelAddressFixer.hpp | 833 bytes
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | LinkInstanceTypes.cpp | 10.5 KB
     | ed96731 | 12 months | ajbeach | With{Stmts,Decls}ToAdd how has an -X version like WithSymbolTableX. … | 
  | LinkInstanceTypes.hpp | 902 bytes
     | 37b3151 | 2 years | ajbeach | Rename the linkReferenceTypes pass and the file that contains it. … | 
  | module.mk | 1.9 KB
     | 82a5ea2 | 14 months | ajbeach | Added checks for (and a test to check the checks) assertions we will … | 
  | NoIdSymbolTable.hpp | 2.7 KB
     | 4d860ea3 | 2 years | mlbrooks | Fix compiler bug where duplicate type declarations caused crash.
And … | 
  | ReplaceTypedef.cpp | 13.6 KB
     | 4167afa | 11 months | pabuhr | remove superflous calls to std::move | 
  | ReplaceTypedef.hpp | 779 bytes
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | ReturnCheck.cpp | 1.4 KB
     | 4ec9513 | 4 years | ajbeach | Converted validate C, including adding DimensionExpr to the new ast. | 
  | ReturnCheck.hpp | 806 bytes
     | 4ec9513 | 4 years | ajbeach | Converted validate C, including adding DimensionExpr to the new ast. | 
  | VerifyCtorDtorAssign.cpp | 1.7 KB
     | c92bdcc | 18 months | ajbeach | Updated the rest of the names in src/ (except for the generated files). | 
  | VerifyCtorDtorAssign.hpp | 863 bytes
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … |