diff options
author | Ben Smith <binjimin@gmail.com> | 2017-06-25 14:26:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 14:26:10 -0700 |
commit | 716d37a24194415bcbb9a9bde25ff1493fe91fe2 (patch) | |
tree | 9a53a54fdd36d625719fc15cde285cb5f5e88fa4 /src/binary-error-handler.h | |
parent | c76e945836a90dd9135d9d17aea503ae094ddd9a (diff) | |
download | wabt-716d37a24194415bcbb9a9bde25ff1493fe91fe2.tar.gz wabt-716d37a24194415bcbb9a9bde25ff1493fe91fe2.tar.bz2 wabt-716d37a24194415bcbb9a9bde25ff1493fe91fe2.zip |
Use type hierarchy for ModuleField instead of union (#532)
Also added LLVM-style casting free functions:
- isa<T>: returns true if the object is of type T
- cast<T>: converts object to T* or asserts
- dyn_cast<T>: converts object to T* or returns nullptr
Diffstat (limited to 'src/binary-error-handler.h')
0 files changed, 0 insertions, 0 deletions