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 2/2] Test and support all cpp operator types


>>>>> "Sami" == sami wagiaalla <swagiaal@redhat.com> writes:

Sami> This patch fixes the above. It assumes that namespace names will
Sami> belong to the static and global blocks. This enables us to separate
Sami> the non-namespace iterative search from the namespace search.

Great, thanks.

One nit.

Sami> +  /* look in the static block.  */
Sami> +  block = block_static_block (get_selected_block (0));
Sami> +  make_symbol_overload_list_block (name, block);

Sami> +  /* look in the global block.  */

In both of these comments, the "L" in "look" should be capitalized.

Ok with this change.  Thanks again.

Tom


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