v8/include
ager@chromium.org 35a80e1624 Landing for hans@chromium.org.
TYPE_CHECK in v8.h should assign to volatile qualified null-pointer.

Unless the pointer is volatile qualified, Clang will warn that LLVM
removes the assignment during optimization. This is not a problem as
that code should never execute, but the warning is treated as an error
when building Chromium, and thus stops the build.

Code review URL: http://codereview.chromium.org/3005010/show

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5093 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-07-19 09:51:33 +00:00
..
v8-debug.h Debugger: introduce parametrized debug break, the parameter is passed 2010-07-14 08:23:35 +00:00
v8-profiler.h Heap profiler: implement diffing of snapshots. 2010-07-15 13:21:50 +00:00
v8.h Landing for hans@chromium.org. 2010-07-19 09:51:33 +00:00