Edwin Smith
89c362e341
Clean up StaticString declarations
...
We've used a couple different styles, this consolidates on a single
style and moves a few declarations out of function bodies to global
scope.
2013-07-29 12:10:11 -07:00
Edwin Smith
b9812e548a
Change AttachLiteral to CopyString everywhere
...
This is a big codemod but has no effect; the actual change
was from D894412.
2013-07-24 10:35:44 -07:00
Jordan DeLong
f3d2185982
Delete Variant's implicit conversion operators
2013-06-25 13:19:07 -07:00
Sean Cannella
3d0c614b9a
convert enums to enum classes, part 3
...
C++11 cleanup (clean up easy enums)
This is for runtime/base/... and ended up touching a lot of files
because it turns out we have a lot of reasonably behaved enums.
2013-06-25 13:19:06 -07:00
Owen Yamauchi
739450013f
Move runtime/eval/debugger to runtime/debugger
...
runtime/eval is now gone. Woooo
This is just a git mv + `codemod runtime/eval/debugger runtime/debugger`
2013-06-03 23:54:35 -07:00