Kill AllowOverride
commit693e604858de09dfecba405c28020b313ce2137d
authorMark Williams <mwilliams@fb.com>
Fri, 12 Aug 2016 01:31:01 +0000 (11 18:31 -0700)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Fri, 12 Aug 2016 01:51:05 +0000 (11 18:51 -0700)
tree457b4367a29386e6bb2b7b8b442e5c622ccc739a
parent5911a3f888b661253ae994018c8b8447bdb782ac
Kill AllowOverride

Summary:
This was a hack to allow us to have a builtin named idx, while still
allowing user code to define a function called idx.

We now do that using the hh namespace, and auto-importing, and haven't
used this attribute for a long time.

Reviewed By: binliu19

Differential Revision: D3703604

fbshipit-source-id: a46a8b0ac8e323f7ecf54bed359c0448d253687e
hphp/compiler/analysis/analysis_result.cpp
hphp/compiler/analysis/emitter.cpp
hphp/compiler/analysis/file_scope.h
hphp/compiler/analysis/function_scope.cpp
hphp/compiler/analysis/function_scope.h
hphp/runtime/base/attr.h
hphp/runtime/base/intercept.cpp
hphp/runtime/vm/func-inl.h
hphp/runtime/vm/func-inline.h
hphp/runtime/vm/func.h