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: [patch] Fix internal error on canonicalization of clang types (+lib/gdb.exp internal error catch)


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> -			{ $$ = make_operator ("delete ", 1); }
Jan> +			{
Jan> + /* Match the whitespacing of cplus_demangle_operators.
Jan> + It would abort on unrecognized string otherwise.  */
>> 
>> The indentation here (and elsewhere) seems funny.

Jan> Sorry but I do not understand if it was a request for a change (and which
Jan> change) or not.

At least from the patch it appears that the comment is over by the
leftmost column, but I think the comment should be indented like the
code is.

Tom


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