Argiris Kirtzidis wrote: > Author: akirtzidis > Date: Wed Aug 19 18:14:54 2009 > New Revision: 79489 > > URL: http://llvm.org/viewvc/llvm-project?rev=79489&view=rev > Log: > Keep track of the right paren ')' source location in a function declarator. > This comment is slightly in conflict with the content of the patch, which (judging from the variable names) wants to keep track of the end of the declarator. For C++, this might not be the right paren (exception specs, function cv-qualifiers, and in C++0x ref-qualifiers get in the way).
What is the actual intent of the patch? Sebastian _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
