Go to file
Ted Kremenek 6f30a0798f Added "Profile" method to APFloat for use with FoldingSet.
Added member template "Add" to FoldingSetNodeID that allows "adding" arbitrary
objects to a profile via dispatch to FoldingSetTrait<T>::Profile().

Removed FoldingSetNodeID::AddAPFloat and FoldingSetNodeID::APInt, as their
functionality is now replaced using the above mentioned member template.

llvm-svn: 46957
2008-02-11 17:24:50 +00:00
clang Get rid of bogus warnings when the second argument in va_start is either an implicit cast expr or a paren expr. 2008-02-11 04:20:54 +00:00
llvm Added "Profile" method to APFloat for use with FoldingSet. 2008-02-11 17:24:50 +00:00