search for: bestth

Displaying 1 result from an estimated 1 matches for "bestth".

Did you mean: best
2009 Mar 12
2
[LLVMdev] Suggestion: include object data in assertion messages
...;); In order to understand which operand was causing the failure, I need to dig quite a lot. What I propose is that an 'assertf' function be added, which wraps assert and sprintf. This would allow the 'missing' information to be added to assertion messages. This (imo) would be the BestThing ;) Thoughts?