swig/Source/CParse
William S Fulton 67848e377a Fix template partial specialization detection
Fixes template definitions that should be ignored and warnings introduced after nested changes:
../../../Examples/test-suite/refcount.i:63: Warning 318: Instantiation of template 'RCPtr< A >' is ambiguous,
../../../Examples/test-suite/refcount.h:159: Warning 318: instantiation 'RCPtr< T >::RCPtr' used,
../../../Examples/test-suite/refcount.h:159: Warning 318: instantiation 'RCPtr< T >::RCPtr' ignored.
../../../Examples/test-suite/refcount.h:159: Warning 318: instantiation 'RCPtr< T >::RCPtr' ignored.
../../../Examples/test-suite/refcount.h:159: Warning 318: instantiation 'RCPtr< T >::RCPtr' ignored.

Different/clearer implementation of constructor detection since Classprefix is
not behaving the same since nested changes were introduced. Only accept
constructors if in extend mode or in a class.

Also remove unused "isextension" attribute on the nodes.
2013-12-07 16:22:44 +00:00
..
cparse.h Nested classes support 2013-11-29 07:02:34 +00:00
cscanner.c Cosmetics/code beautification of nested class support 2013-11-29 07:29:58 +00:00
parser.y Fix template partial specialization detection 2013-12-07 16:22:44 +00:00
templ.c Fix some useless code detected by scan-build (LLVM/Clang) 2013-03-08 20:53:18 +00:00
util.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00