Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/EnumAndPointerDecay.hpp

    r11df881 r1931bb01  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // EnumAndPointerDecay.hpp -- Normalizes enumerations and types in functions.
     7// EnumAndPointerDecay.hpp --
    88//
    99// Author           : Andrew Beach
     
    2222namespace Validate {
    2323
    24 /// Fix the parameter and return types of functions. Also assigns types to
    25 /// enumeration values. This must happen before Link Reference to Types,
    26 /// it needs correct types for mangling, and before auto-gen.
    2724void decayEnumsAndPointers( ast::TranslationUnit & translationUnit );
    2825
Note: See TracChangeset for help on using the changeset viewer.