[llvm-commits] [llvm] r42373 -	/llvm/trunk/lib/Support/APFloat.cpp
    Neil Booth 
    neil at daikokuya.co.uk
       
    Wed Sep 26 15:46:13 PDT 2007
    
    
  
Dale Johannesen wrote:-
> >
> >  APFloat::opStatus
> > -APFloat::convertFromString(const char *p, roundingMode  
> > rounding_mode) {
> > +APFloat::convertFromString(const char *p, roundingMode rounding_mode)
> > +{
> 
> Most of llvm uses the K&R style here.  I don't care though,  do you  
> Chris?
It seems you're right; I thought function bodies were different.
Neil.
    
    
More information about the llvm-commits
mailing list