[all-commits] [llvm/llvm-project] 80bebb: [clang][NFC] Cleanup some coroutine tests
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Mon May 16 05:15:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80bebbc7cb77979ef9d229450b7ea84e3e9c6a5a
https://github.com/llvm/llvm-project/commit/80bebbc7cb77979ef9d229450b7ea84e3e9c6a5a
Author: Nathan Sidwell <nathan at acm.org>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M clang/test/CodeGenCoroutines/coro-ret-void.cpp
M clang/test/CoverageMapping/coroutine.cpp
Log Message:
-----------
[clang][NFC] Cleanup some coroutine tests
I noticed these two tests emit a warning about a missing
unhandled_exception. That's irrelevant to what is being tested, but
is unnecessary noise.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D125535
More information about the All-commits
mailing list