Modernize codebase: typedef to using
commit04c8f00791cfcf41ba99264bb7b0aefb9c9f189f
authorOguz Ulgen <oulgen@fb.com>
Mon, 11 Jul 2022 22:14:02 +0000 (11 15:14 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 11 Jul 2022 22:14:02 +0000 (11 15:14 -0700)
treea2a01699fe322c618a1f97b66d11c18309b5132b
parentb057ae330aa628b54e32b2bc6e1f440561d7b6f1
Modernize codebase: typedef to using

Summary:
This diff applies a very straight forward regex based codemod to the codebase to transition us to using syntax from typedef syntax.

```
fastmod "typedef ([<>\*:,\s\w]*) (\w*);" 'using $2 = $1;'
```

Reviewed By: jano

Differential Revision: D37762691

fbshipit-source-id: 99d0346380322d91394795c903455ec7a9f44c47
41 files changed:
hphp/runtime/base/config.h
hphp/runtime/base/dateinterval.h
hphp/runtime/base/datetime.h
hphp/runtime/base/debuggable.h
hphp/runtime/base/preg.cpp
hphp/runtime/base/req-malloc.h
hphp/runtime/base/sort-helpers.h
hphp/runtime/base/stat-cache.h
hphp/runtime/base/stats.cpp
hphp/runtime/base/vanilla-sort.h
hphp/runtime/base/variable-unserializer.cpp
hphp/runtime/vm/as.cpp
hphp/runtime/vm/bc-pattern.h
hphp/runtime/vm/debug/dwarf.h
hphp/runtime/vm/debug/elfwriter.h
hphp/runtime/vm/func-emitter.h
hphp/runtime/vm/indexed-string-map.h
hphp/runtime/vm/instance-bits.cpp
hphp/runtime/vm/jit/arg-group.h
hphp/runtime/vm/jit/asm-info.h
hphp/runtime/vm/jit/block.h
hphp/runtime/vm/jit/dce.cpp
hphp/runtime/vm/jit/extra-data.h
hphp/runtime/vm/jit/native-calls.h
hphp/runtime/vm/jit/prof-src-key.h
hphp/runtime/vm/jit/region-tracelet.cpp
hphp/runtime/vm/jit/relocation.h
hphp/runtime/vm/jit/timer.h
hphp/runtime/vm/jit/trans-cfg.h
hphp/runtime/vm/jit/type-source.h
hphp/runtime/vm/jit/types.h
hphp/runtime/vm/member-operations.h
hphp/runtime/vm/named-entity.h
hphp/runtime/vm/native-data.cpp
hphp/runtime/vm/native-prop-handler.cpp
hphp/runtime/vm/native.h
hphp/runtime/vm/preclass.h
hphp/runtime/vm/taint/state.h
hphp/runtime/vm/tread-hash-map.h
hphp/runtime/vm/verifier/cfg.h
hphp/runtime/vm/verifier/check-func.cpp