This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] clang: fix implicit enum conversion
- From: Tom Tromey <tromey at redhat dot com>
- To: Sanimir Agovic <sanimir dot agovic at intel dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 15 Feb 2013 10:05:28 -0700
- Subject: Re: [PATCH] clang: fix implicit enum conversion
- References: <1360057481-26400-1-git-send-email-sanimir.agovic@intel.com>
>>>>> "Sanimir" == Sanimir Agovic <sanimir.agovic@intel.com> writes:
Sanimir> 05-02-2013 Sanimir Agovic <sanimir.agovic@intel.com>
Sanimir> * python/py-breakpoint (struct pybp_code): Use int instead of
Sanimir> enum type_code.
I'm checking this in with a fixed-up ChangeLog entry.
Tom