swig/Source/CParse
William S Fulton aa47b4c438 Fix some C++11 identifiers with special meaning parsing problems
Fix parsing of C++11 identifiers with special meaning (final and override) when
they are used as part of the scope name of an identifier, such as a namespace name.

Closes #1679
2019-12-10 19:26:05 +00:00
..
cparse.h new_node refactor 2018-05-19 09:00:06 +01:00
cscanner.c Fix some C++11 identifiers with special meaning parsing problems 2019-12-10 19:26:05 +00:00
parser.y Replace all exit() with SWIG_exit() 2019-07-31 00:08:49 +01:00
templ.c Parameter name expansion fix for template functions. 2019-08-01 19:46:16 +01:00
util.c new_node refactor 2018-05-19 09:00:06 +01:00