This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: add C++ alternate punctuators


On Saturday 20 December 2008 15:57:28, Tom Tromey wrote:
> C++ has alternate spellings for some operators.  This patch adds
> support for them to the C lexer.
> 
> Rather than add a bunch of new code to the switch, I followed the
> comment's advice and used a table.
> 
> Built and regtested on x86-64 (compile farm).
> New test case included.
> 
> Please review.

Looks pretty good to me.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]