[all-commits] [llvm/llvm-project] f1c9ef: Add test coverage for WG14 N2322
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Fri Oct 28 09:46:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1c9ef311fa677992798d609b0445f1d7311a8f2
https://github.com/llvm/llvm-project/commit/f1c9ef311fa677992798d609b0445f1d7311a8f2
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
A clang/test/C/C2x/n2322.c
M clang/www/c_status.html
Log Message:
-----------
Add test coverage for WG14 N2322
The changes in this paper add a new recommended practice. I had
originally marked Clang as supporting this paper because we're not
obligated to follow a recommended practice. However, in retrospect, it
seems more useful to document whether we implement the recommendation
or not. This adds a test for those changes.
More information about the All-commits
mailing list