[all-commits] [llvm/llvm-project] 6d09aa: Revert "[clang] Add early exit when checking for c...

Adam Czachorowski via All-commits all-commits at lists.llvm.org
Wed Nov 10 12:01:18 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d09aaecdfe51e13fc64d539aa7c9a790de341d7
      https://github.com/llvm/llvm-project/commit/6d09aaecdfe51e13fc64d539aa7c9a790de341d7
  Author: Adam Czachorowski <adamcz at google.com>
  Date:   2021-11-10 (Wed, 10 Nov 2021)

  Changed paths:
    M clang/lib/AST/ExprConstant.cpp
    R clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp

  Log Message:
  -----------
  Revert "[clang] Add early exit when checking for const init of arrays."

This reverts commit 48bb5f4cbe8d5951c1153e469dc6713a122b7fa3.

Several breakages, including ARM (fixed later, but not sufficient) and
MSan (to be diagnosed later).

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




More information about the All-commits mailing list