Changeset 689d057 for src/AST


Ignore:
Timestamp:
Jan 12, 2025, 10:26:28 PM (3 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
3ea1d93, 5a79dae3
Parents:
445b281
Message:

unsure if these files should be committed because they have generated code

Location:
src/AST
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/AST/BasicKind.hpp

    r445b281 r689d057  
    5050        Float64xComplex,
    5151        Float80,
     52        LongDouble,
     53        LongDoubleComplex,
     54        uuFloat128,
    5255        Float128,
    5356        Float128Complex,
    54         uuFloat128,
    55         LongDouble,
    56         LongDoubleComplex,
    5757        Float128x,
    5858        Float128xComplex,
  • TabularUnified src/AST/Type.cpp

    r445b281 r689d057  
    8181        "_Float64x _Complex",
    8282        "__float80",
     83        "long double",
     84        "long double _Complex",
     85        "__float128",
    8386        "_Float128",
    8487        "_Float128 _Complex",
    85         "__float128",
    86         "long double",
    87         "long double _Complex",
    8888        "_Float128x",
    8989        "_Float128x _Complex",
Note: See TracChangeset for help on using the changeset viewer.