> > 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?