On 09/30/2013 04:05 AM, Michael Matz wrote:
Hi,
On Sat, 28 Sep 2013, Andrew MacLeod wrote:
My example in this form would look something like:
int unsignedsrcp = ptrvar.type().type().type_unsigned();
<...>
GimpleType t1 = ptrvar.type ();
GimpleType t2 = t1.type ();
Stop that CamelCase dyslexia already, will you? ;-)
:-) Im using it purely as a holding place during the prototyping :-)
Im guessing as a project we dont want it (Ive grown accustomed to it,
but I'm ambivalent to it) , For now it does allow me to search/replace
project wide without getting false hits since there is no other
CamelCase. When Im done the header file refactoring I was going to
discuss what we want for names and conventions before really getting
going :-)
Andrew