Changes in / [57e43cd:525f7ad]
- Files:
-
- 2 edited
-
.gitignore (modified) (1 diff)
-
src/Parser/parser.yy (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r57e43cd r525f7ad 60 60 src/Parser/parser.h 61 61 src/Parser/parser.hh 62 src/Parser/parser.tab.cc63 62 64 63 tools/prettyprinter/parser.output -
src/Parser/parser.yy
r57e43cd r525f7ad 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jun 17 21:43:02202413 // Update Count : 664 312 // Last Modified On : Tue Jun 11 21:32:15 2024 13 // Update Count : 6641 14 14 // 15 15 … … 4029 4029 // 4030 4030 // 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 special meaning of4032 // parenthesis around a typedef name:4031 // and functions versus pointers to arrays and functions. In addition, the pattern handles the 4032 // special meaning of parenthesis around a typedef name: 4033 4033 // 4034 4034 // 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.