Ignore:
Timestamp:
Apr 30, 2018, 11:07:21 AM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
1a3eab8
Parents:
1da22500
Message:

Remove reference type mangling to prevent reference and non-reference overloading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/functions.c

    r1da22500 rc0453ca3  
    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 // 
    7 // functions.c -- 
    8 // 
     6//
     7// functions.c --
     8//
    99// Author           : Peter A. Buhr
    1010// Created On       : Wed Aug 17 08:39:58 2016
     
    1212// Last Modified On : Wed Jan 17 22:44:12 2018
    1313// Update Count     : 12
    14 // 
     14//
    1515
    1616// ANSI function definitions
     
    123123
    124124static const int * f1() {}
    125 static [ const int ] f2() {}
     125static [ * const int ] f2() {}
    126126static inline [ const * int ] f3() {}
    127127static inline [ const [ * int, int ] ] f4() {}
Note: See TracChangeset for help on using the changeset viewer.