Changeset d3cf623 for src


Ignore:
Timestamp:
Dec 20, 2024, 10:52:16 AM (4 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
b05d79d
Parents:
df91e15
Message:

Solved the requested warning with exceptions. Also went through the exceptions tests and managed to remove about 2/3rds of them from the lax list that now either didn't have any warnings or warnings because of the test itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Virtual/Tables.cpp

    rdf91e15 rd3cf623  
    175175                { new ast::ObjectDecl(
    176176                        location,
    177                         "__unused",
     177                        /* The parameter only exists to provide a type id. */ "",
    178178                        new ast::PointerType( exceptType )
    179179                ) },
Note: See TracChangeset for help on using the changeset viewer.