[all-commits] [llvm/llvm-project] df46fb: Test C DR conformance (part one of many)

Aaron Ballman via All-commits all-commits at lists.llvm.org
Sat May 21 12:03:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df46fb40557a14807dd508af32251ceb1cab8b86
      https://github.com/llvm/llvm-project/commit/df46fb40557a14807dd508af32251ceb1cab8b86
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2022-05-21 (Sat, 21 May 2022)

  Changed paths:
    A clang/test/C/drs/dr011.c
    A clang/test/C/drs/dr0xx.c
    M clang/www/c_dr_status.html

  Log Message:
  -----------
  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.




More information about the All-commits mailing list