[all-commits] [llvm/llvm-project] 5fe64d: [clang] Sema::CheckEquivalentExceptionSpec - remov...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Feb 17 09:00:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fe64d238b8b5ed1861de63a2072ddf3e81af806
https://github.com/llvm/llvm-project/commit/5fe64d238b8b5ed1861de63a2072ddf3e81af806
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M clang/lib/Sema/SemaExceptionSpec.cpp
Log Message:
-----------
[clang] Sema::CheckEquivalentExceptionSpec - remove useless nullptr test
We use castAs<> for NewProto/OldProto, which would assert if the cast failed.
More information about the All-commits
mailing list