[all-commits] [llvm/llvm-project] 7177ce: [SEH] Defer checking filter expression types until...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Thu Nov 7 14:52:08 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7177ce978e8f8e5409cec90bad07df92441656e3
https://github.com/llvm/llvm-project/commit/7177ce978e8f8e5409cec90bad07df92441656e3
Author: Reid Kleckner <rnk at google.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaStmt.cpp
M clang/test/Sema/__try.c
M clang/test/SemaCXX/exceptions-seh.cpp
Log Message:
-----------
[SEH] Defer checking filter expression types until instantiaton
While here, wordsmith the error a bit. Now clang says:
error: filter expression has non-integral type 'Foo'
Fixes PR43779
Reviewers: amccarth
Differential Revision: https://reviews.llvm.org/D69969
More information about the All-commits
mailing list