[llvm-commits] [llvm] r72606 - in /llvm/trunk: include/llvm/ADT/APFloat.h lib/Support/APFloat.cpp

Duncan Sands baldrick at free.fr
Sat May 30 01:23:07 PDT 2009


Hi Mike,

> Add support for letting the client choose different flavors of NaNs.  Testcase to be
> added in clang.

> +    APFloat(const fltSemantics &, fltCategory, bool negative, unsigned type=0);

Please document the meaning of type somewhere.  Should type be an enum?

Ciao,

Duncan.



More information about the llvm-commits mailing list