search for: 075eb02c

Displaying 2 results from an estimated 2 matches for "075eb02c".

2010 Jul 22
0
[LLVMdev] Casting.h illness
...serve: ... cast_or_null(Y *Val) ... dyn_cast_or_null(const Y &Val) I propose: ... dyn_cast_or_null(Y *Val) Cheers, Gabor > > -Chris > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100723/075eb02c/attachment.html>
2010 Jul 22
2
[LLVMdev] Casting.h illness
On Jul 22, 2010, at 10:57 AM, Gabor Greif wrote: > Am 22.07.2010 um 00:21 schrieb Chris Lattner: > >> On Jul 21, 2010, at 12:49 PM, Eugene Toder wrote: >>> Is this a recommended approach/good style/good idea to use >>> dyn_cast_or_null<X>(I) instead of dyn_cast_or_null<X>(*I)? (And other >>> is and cast functions). >> >> We