Ignore:
Timestamp:
Apr 26, 2026, 5:46:08 PM (7 weeks ago)
Author:
Matthew Au-Yeung <mw2auyeu@…>
Branches:
stuck-waitfor-destruct
Parents:
88bb0b4
git-author:
Matthew Au-Yeung <mw2auyeu@…> (04/26/26 17:44:48)
git-committer:
Matthew Au-Yeung <mw2auyeu@…> (04/26/26 17:46:08)
Message:

Set top level autogen cfa_linkonce

  • Remove default static and inline
  • Add pass to autogen functions in lib to have default visibility
  • Add fix for union ctor with array constructor passing pointer to array instead of array itself. Previous changes brought light the compilation error.
  • Note: found compilation trying to invoke union operator with array in cfa
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/raii/.expect/partial-ERR1.txt

    r88bb0b4 rd8a3073  
    157157  Application of
    158158    Deleted Expression
    159       Variable Expression: ?{}: static inline function
     159      Variable Expression: ?{}: function
    160160      ... with parameters
    161161        reference to instance of struct thing3 with body
     
    232232  Application of
    233233    Deleted Expression
    234       Variable Expression: ?{}: static inline function
     234      Variable Expression: ?{}: function
    235235      ... with parameters
    236236        reference to instance of struct wrapper1 with body
     
    245245        ... returning nothing
    246246
    247       ... deleted by: ?{}: autogenerated cfa static inline function
     247      ... deleted by: ?{}: autogenerated cfa       Attribute with name: cfa_linkonce
     248function
    248249      ... with parameters
    249250        reference to instance of struct wrapper1 with body
     
    272273  Application of
    273274    Deleted Expression
    274       Variable Expression: ?{}: static inline function
     275      Variable Expression: ?{}: function
    275276      ... with parameters
    276277        reference to instance of struct wrapper2 with body
     
    285286        ... returning nothing
    286287
    287       ... deleted by: ?{}: autogenerated cfa static inline function
     288      ... deleted by: ?{}: autogenerated cfa       Attribute with name: cfa_linkonce
     289function
    288290      ... with parameters
    289291        reference to instance of struct wrapper2 with body
Note: See TracChangeset for help on using the changeset viewer.