Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/ManglerCommon.cc

    rb66d14a r07de76b  
    1010// Created On       : Sun May 17 21:44:03 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jan 11 21:23:10 2021
    13 // Update Count     : 29
     12// Last Modified On : Fri Dec 13 14:54:38 2019
     13// Update Count     : 28
    1414//
    1515
     
    104104                        const std::string typeVariables[] = {
    105105                                "BD", // dtype
    106                                 "BDS", // dtype + sized
    107106                                "BO", // otype
    108107                                "BF", // ftype
    109108                                "BT", // ttype
    110                                 "BAL", // array length type
    111109                        };
    112110                        static_assert(
    113                                 sizeof(typeVariables) / sizeof(typeVariables[0]) == TypeDecl::NUMBER_OF_KINDS,
     111                                sizeof(typeVariables)/sizeof(typeVariables[0]) == TypeDecl::NUMBER_OF_KINDS,
    114112                                "Each type variable kind should have a corresponding mangler prefix"
    115113                        );
Note: See TracChangeset for help on using the changeset viewer.