[PATCH] Patch for missing debug info of type being explicitly casted to

David Blaikie dblaikie at gmail.com
Tue Sep 23 08:23:11 PDT 2014


Looks good to me. Though one day we might want to generalize the name of this function and call it from a few more places where types can be referenced without otherwise being attached to debug info ( "func(void*); ... func(new T());" comes to mind - for some trivial type T (ie: no ctor, etc)).

http://reviews.llvm.org/D2498






More information about the cfe-commits mailing list