Awesome, thanks.
FYI I've been slowly building bits of Chrome with Clang and filing bugs on
them
where we cause it to crash. (Clang has almost magically good error
messages,
it's pretty amazing; for this two-phase stuff it puts a little arrow
pointing to
where the this-> is needed, it handles macros like functions, it detects
when
you've made a typo in a name and suggests the corrected name, etc.)
It turns out v8 is a pretty serious C++ test suite due to the complex
templates,
so we're not quite there yet, but I think we're close. :)
http://codereview.chromium.org/888005
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev