commit | 0f883ffbdb0362b6064d9bcf61a23ddef1e2b2bd | [log] [tgz] |
---|---|---|
author | Enrico Granata <egranata@apple.com> | Sat Sep 06 02:20:19 2014 +0000 |
committer | Enrico Granata <egranata@apple.com> | Sat Sep 06 02:20:19 2014 +0000 |
tree | 34c7d58b6bf363bfaf526eb4b590f58cdc130d9b | |
parent | efa6f736e63a9978d68f47be6e980803452d256d [diff] |
Add a -V <bool> flag to frame variable/expression that enables execution of type validators. The jury is still out on what the user experience of type validators should be, so for now gate it on a specific flag. The mode I am using is prefix variables that fail to validate with a bang, and then emitting the actual validation error on a separate line. Of course, given the total absence of validators, this should never actually happen to you llvm-svn: 217303