mwilliams
bdddf9f01d
Arrays as class constants should be a parse time fatal
...
We were detecting this in the emitter, which is too
late, because the definition could be optimized out by then
2013-04-19 12:21:55 -07:00
mwilliams
c68de03df2
Don't fold invalid string operations at compile time
...
It turns out the String::rvalAt and String::set don't raise
warnings on invalid offsets, so check explicitly before using them.
2013-04-18 13:55:38 -07:00
jan
c2b38ad2b1
{,List}AssignmentExpression: add support for RHS first evaluation order
...
Add a flag to {,List}AssignmentExpression that changes evaluation order
to RHS before LHS.
This will be used by YieldExpression.
2013-03-21 16:13:06 -07:00
mwilliams
a8e7668189
Get rid of lots of outputCPP code
...
Very little is actually used anymore
2013-03-07 20:44:34 -08:00
aalexandre
b3b41e08bb
Replaced NULL with nullptr
2013-02-19 06:57:54 -08:00
Jordan Delong
363d1bb20f
Code move src/ -> hphp/
...
This change is mostly for FB internal organizational reasons.
Building is not effected beyond the fact that the target now
lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
2013-02-11 02:10:41 -08:00