[all-commits] [llvm/llvm-project] edfa97: [C99] Claim conformance to "new block scopes for s...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Mon Mar 25 11:21:13 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: edfa97a8fbd5d8a763c30b083771c679d6a51a31
      https://github.com/llvm/llvm-project/commit/edfa97a8fbd5d8a763c30b083771c679d6a51a31
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    A clang/test/C/C99/block-scopes.c
    M clang/www/c_status.html

  Log Message:
  -----------
  [C99] Claim conformance to "new block scopes for selection and iteration statements"

I was unable to definitively locate a document number for this, but it
is potentially WG14 N759 based on the description in the C99 rationale
document.

We do implement the C89 and C99 scope rules for iteration and selection
statements, so claiming conformance here.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list