[all-commits] [llvm/llvm-project] 8e5aa5: [C2y] Add test coverage for N3298 (#112033)

Aaron Ballman via All-commits all-commits at lists.llvm.org
Mon Oct 14 08:40:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e5aa538caccef167e8096b2173fdaf2be9cc129
      https://github.com/llvm/llvm-project/commit/8e5aa538caccef167e8096b2173fdaf2be9cc129
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2024-10-14 (Mon, 14 Oct 2024)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaExpr.cpp
    A clang/test/C/C2y/n3298.c
    M clang/test/Lexer/gnu-flags.c
    M clang/test/Sema/builtins.c
    M clang/test/Sema/exprs.c
    M clang/www/c_status.html

  Log Message:
  -----------
  [C2y] Add test coverage for N3298 (#112033)

This paper adds 'i' and 'j' as suffixes for forming a _Complex constant.
This feature has been supported in Clang since at least Clang 3.0, so
only test coverage is needed.

It does remove -Wgnu-imaginary-constant in C mode (still used in C++
mode) because the feature is now a C2y feature rather than a GNU one.



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