- File:
-
- 1 edited
-
src/Validate/GenericParameter.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/GenericParameter.hpp
r4ec9513 r11df881 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // GenericParameter.hpp -- 7 // GenericParameter.hpp -- Generic parameter related passes. 8 8 // 9 9 // Author : Andrew Beach … … 23 23 24 24 /// Perform substutions for generic parameters and fill in defaults. 25 /// Check as early as possible, but it can't happen before Link References to 26 /// Types and observed failing when attempted before eliminate typedef. 25 27 void fillGenericParameters( ast::TranslationUnit & translationUnit ); 26 28
Note:
See TracChangeset
for help on using the changeset viewer.