[cfe-commits] r150128 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaDecl.cpp test/SemaCXX/function-extern-c.cpp

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Feb 16 19:13:37 PST 2012


> Can you give me an example of what that type looks like?

Sure. The two typedefs are

http://dxr.mozilla.org/mozilla/mozilla-central/js/src/jsapi.h.html#l1175
and
http://dxr.mozilla.org/mozilla/mozilla-central/js/src/jsapi.h.html#l1146

We could probably define the C api with jsval_layout directly and add
a constructor to Value, but I would like to avoid big changes at the
same time I am trying to switch the compiler :-)

>
> ~Aaron

Cheers,
Rafael



More information about the cfe-commits mailing list