Ignore:
Timestamp:
Sep 3, 2024, 12:08:09 PM (2 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
737bf73
Parents:
cdbb909
Message:

Changed the interpritation of () to be no parameters instead of any parameters. This had a lot of little changes because of this and some nearby clean-up. This includes some changes, including changing some generated functions to be fixed-args instead of variable-args, stripping out the place holder void parameter earlier, but it still shows up earlier in some cases that examine the parser directly. Also had to update the function generation tools. Have only tested with one --arch. Hopefully this all works out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/castError.cfa

    rcdbb909 rdb19e1d  
    1 // 
     1//
    22// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
    33//
    44// The contents of this file are covered under the licence agreement in the
    55// file "LICENCE" distributed with Cforall.
    6 // 
     6//
    77// castError.cfa -- test invalid casts
    8 // 
     8//
    99// Author           : Peter A. Buhr
    1010// Created On       : Tue Feb 19 21:15:39 2019
     
    1212// Last Modified On : Tue Feb 19 21:16:44 2019
    1313// Update Count     : 1
    14 // 
     14//
    1515
    1616forall(T) struct S { T p; };
Note: See TracChangeset for help on using the changeset viewer.