diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-03-27 23:05:04 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-03-27 23:05:04 +0000 |
commit | 53855f05d315ccfbdc14d0ef2230b008a8e44adc (patch) | |
tree | 092e3039f9dc7366982f99b185da72ef0029f8a1 /clang/lib/Frontend/CompilerInstance.cpp | |
parent | d9ccfb9e0160dc91afafc665b45c1121cc20302c (diff) | |
download | llvm-53855f05d315ccfbdc14d0ef2230b008a8e44adc.zip llvm-53855f05d315ccfbdc14d0ef2230b008a8e44adc.tar.gz llvm-53855f05d315ccfbdc14d0ef2230b008a8e44adc.tar.bz2 |
Verifier: Check operands of MDType subclasses and MDCompileUnit
Add verify checks for `MDType` subclasses and for `MDCompileUnit`.
These new checks don't yet incorporate everything from `Verify()`, but
at least they sanity check the operands. Also downcast accessors as
possible.
A lot of these accessors can't be downcast as far as we'd like because
of arrays of typed objects (stored in a generic `MDTuple`) and
`MDString`-based type references. Eventually I'll port over `DIRef<>`
and `DITypedArray<>` from `DebugInfo.h` to clean those up as well.
Updated bitrotted testcases separately in r233415 and r233443 to reduce
churn on the off-chance this needs to be reverted.
llvm-svn: 233446
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions