[all-commits] [llvm/llvm-project] e5ccd6: [clang][sema] Enable first-class bool support for C2x

Timm Bäder via All-commits all-commits at lists.llvm.org
Wed Mar 9 06:05:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5ccd668019888de2704ae670da88a7be8cf7e0f
      https://github.com/llvm/llvm-project/commit/e5ccd668019888de2704ae670da88a7be8cf7e0f
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-03-09 (Wed, 09 Mar 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Headers/stdbool.h
    A clang/test/Headers/stdbool.c
    A clang/test/Sema/c2x-bool.c

  Log Message:
  -----------
  [clang][sema] Enable first-class bool support for C2x

Implement N2395 for C2x.

This also covers adding "bool", which is part of N2394.

Differential Revision: https://reviews.llvm.org/D120244




More information about the All-commits mailing list