swig/Source/CParse
Olly Betts 779d5cf57a Remove bogus parser grammar rule for unary &&
This appears to have been accidentally added in
d8cc75946b as part of the changes to
support C++11 rvalue references, presumably to match the existing
correct rule for unary &.

There is a non-standard GCC extension for taking the address of a label
using unary &&:

https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html

However this extension only works in an expression in a function body,
and SWIG doesn't parse the contents of function bodies so this grammar
rule isn't even providing any useful support for this extension.
2022-04-07 12:01:40 +12:00
..
cparse.h new_node refactor 2018-05-19 09:00:06 +01:00
cscanner.c Fixes for ISO C89 2022-03-28 19:25:11 +01:00
parser.y Remove bogus parser grammar rule for unary && 2022-04-07 12:01:40 +12:00
templ.c Fix previous commit 2022-03-20 19:44:23 +13:00
util.c new_node refactor 2018-05-19 09:00:06 +01:00