Changeset 57e43cd for src/Parser


Ignore:
Timestamp:
Jun 19, 2024, 3:20:45 PM (3 weeks ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
567c775
Parents:
525f7ad (diff), 348f8992 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    r525f7ad r57e43cd  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jun 11 21:32:15 2024
    13 // Update Count     : 6641
     12// Last Modified On : Mon Jun 17 21:43:02 2024
     13// Update Count     : 6643
    1414//
    1515
     
    40294029//
    40304030// The pattern precludes declaring an array of functions versus a pointer to an array of functions, and returning arrays
    4031 // and functions versus pointers to arrays and functions. In addition, the pattern handles the
    4032 // special meaning of parenthesis around a typedef name:
     4031// and functions versus pointers to arrays and functions. In addition, the pattern handles the special meaning of
     4032// parenthesis around a typedef name:
    40334033//
    40344034//              ISO/IEC 9899:1999 Section 6.7.5.3(11) : "In a parameter declaration, a single typedef name in
Note: See TracChangeset for help on using the changeset viewer.