Re: [PATCH] D13192: Fix incorrect parsing of arguments for nested functions

2015-10-12 Thread Marshall Clow via cfe-commits
mclow.lists closed this revision. mclow.lists added a comment. landed as revision 249649 http://reviews.llvm.org/D13192 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D13192: Fix incorrect parsing of arguments for nested functions

2015-10-05 Thread Arseny Kapoulkine via cfe-commits
arseny.kapoulkine added a comment. Ping. http://reviews.llvm.org/D13192 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D13192: Fix incorrect parsing of arguments for nested functions

2015-09-26 Thread Arseny Kapoulkine via cfe-commits
arseny.kapoulkine created this revision. arseny.kapoulkine added a subscriber: cfe-commits. For nested functions, local-name can be followed by function arguments; in some cases the first argument starts with a digit (if it's a named type). For example, this code: void test() { struct g { void