Commits

Joe Groff committed 267e78db4c3
Add "invalid" bit to Decl type. rdar://10157547 This just adds the bit to Decl. Actually making use of it looks like it'll require some type checker work, which should probably wait till the new checker settles down. Also add some xfail tests of the sorts of cascading diagnostic errors we should be able to prune using invalid bits on decls. Swift SVN r3099