While here, wordsmith the error a bit. Now clang says:
error: filter expression has non-integral type 'Foo'
Fixes PR43779
Paths
| Differential D69969
[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 TimelineThis revision is now accepted and ready to land.Nov 7 2019, 2:43 PM Closed by commit rG7177ce978e8f: [SEH] Defer checking filter expression types until instantiaton (authored by rnk). · Explain WhyNov 7 2019, 2:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 228323 clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaStmt.cpp
clang/test/Sema/__try.c
clang/test/SemaCXX/exceptions-seh.cpp
|