[all-commits] [llvm/llvm-project] 7e17e1: clang: Introduce -fexperimental-max-bitint-width

Matthias Gehre via All-commits all-commits at lists.llvm.org
Wed Jun 8 23:44:27 PDT 2022


  Branch: refs/heads/mgehre.clang_experimental_bitint_size
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e17e15c9f01a04283524c6a6735d639aac39fe6
      https://github.com/llvm/llvm-project/commit/7e17e15c9f01a04283524c6a6735d639aac39fe6
  Author: Matthias Gehre <matthias.gehre at xilinx.com>
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Driver/Options.td
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Serialization/ASTReader.cpp
    A clang/test/Sema/large-bit-int.c

  Log Message:
  -----------
  clang: Introduce -fexperimental-max-bitint-width

This splits of the introduction of -fexperimental-max-bitint-width
from https://reviews.llvm.org/D122234
because that PR is still blocked on discussions on the backend side.

I was asked [0] to upstream at least the flag.

[0] https://github.com/llvm/llvm-project/commit/09854f2af3b914b616f29cb640bede3a27cf7c4e#commitcomment-75116619

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




More information about the All-commits mailing list