Test C DR conformance (part one of many)
authorAaron Ballman <aaron@aaronballman.com>
Sat, 21 May 2022 18:59:16 +0000 (14:59 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 21 May 2022 19:02:46 +0000 (15:02 -0400)
commitdf46fb40557a14807dd508af32251ceb1cab8b86
treebb0f91b8e194f65ca9836555bf2aa7dc26df37a7
parent8bfccb963b3519393c0266b452a115a4bb46d207
Test C DR conformance (part one of many)

This starts to fill out the C DR status page with information
determined from tests. It also starts to add some test coverage for the
DRs we can add tests for (some are difficult as not all C DRs involve
questions about code and some DRs are about the behavior of linking
multiple TUs together).

Note: there is currently no automation for filling out the HTML page
from test coverage like there is for the C++ DRs, but this commit
attempts to use a similar comment style in case we want to add such a
script in the future.
clang/test/C/drs/dr011.c [new file with mode: 0644]
clang/test/C/drs/dr0xx.c [new file with mode: 0644]
clang/www/c_dr_status.html