Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/ForallPointerDecay.hpp

    r14c0f7b r11df881  
    2727
    2828/// Cleans up assertion lists and expands traits.
    29 /// Also checks that operator names are used properly on functions.
    30 /// This is a "legacy" pass.
     29/// Also checks that operator names are used properly on functions and
     30/// assigns unique IDs. This is a "legacy" pass.
     31/// Must be after implement concurrent keywords; because uniqueIds must be
     32/// set on declaration before resolution.
    3133/// Must happen before auto-gen routines are added.
    3234void decayForallPointers( ast::TranslationUnit & transUnit );
    33 
    34 /// Sets uniqueIds on any declarations that do not have one set.
    35 /// Must be after implement concurrent keywords; because uniqueIds must be
    36 /// set on declaration before resolution.
    37 void fixUniqueIds( ast::TranslationUnit & transUnit );
    3835
    3936/// Expand all traits in an assertion list.
Note: See TracChangeset for help on using the changeset viewer.