This is an archive of the discontinued LLVM Phabricator instance.

[SEH] Defer checking filter expression types until instantiaton
ClosedPublic

Authored by rnk on Nov 7 2019, 2:21 PM.

Details

Summary

While here, wordsmith the error a bit. Now clang says:

error: filter expression has non-integral type 'Foo'

Fixes PR43779

Diff Detail

Event Timeline

rnk created this revision.Nov 7 2019, 2:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2019, 2:21 PM
amccarth accepted this revision.Nov 7 2019, 2:43 PM

LGTM.

This revision is now accepted and ready to land.Nov 7 2019, 2:43 PM
This revision was automatically updated to reflect the committed changes.