[all-commits] [llvm/llvm-project] 5e0123: Add a new modules test to ensure we dont rebreak d...
Erich Keane via All-commits
all-commits at lists.llvm.org
Thu Feb 2 07:16:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e01234df81885fa882c58e062ca0cb87ac4849d
https://github.com/llvm/llvm-project/commit/5e01234df81885fa882c58e062ca0cb87ac4849d
Author: Erich Keane <erich.keane at intel.com>
Date: 2023-02-02 (Thu, 02 Feb 2023)
Changed paths:
A clang/test/Modules/GH60336.cpp
Log Message:
-----------
Add a new modules test to ensure we dont rebreak diagnostic
Fixes: 60336
Seemingly the concepts sugaring patch caused us to not catch this
situation, which has been confirmed to be a valid error. Make sure that
we catch this situation in the future, particularly if the concepts
sugaring patch gets re added.
More information about the All-commits
mailing list