Changeset a065f1f for src/AST/Print.cpp


Ignore:
Timestamp:
Sep 20, 2022, 8:37:17 PM (21 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
53a768d
Parents:
4520b77e (diff), ef1da0e2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Print.cpp

    r4520b77e ra065f1f  
    9090
    9191                static constexpr auto Qualifiers = make_array<const char*>(
    92                         "const", "restrict", "volatile", "lvalue", "mutex", "_Atomic"
     92                        "const", "restrict", "volatile", "mutex", "_Atomic"
    9393                );
    9494        };
     
    16351635constexpr array<const char*, 3> Printer::Names::FuncSpecifiers;
    16361636constexpr array<const char*, 6> Printer::Names::StorageClasses;
    1637 constexpr array<const char*, 6> Printer::Names::Qualifiers;
     1637constexpr array<const char*, 5> Printer::Names::Qualifiers;
    16381638}
Note: See TracChangeset for help on using the changeset viewer.