[all-commits] [llvm/llvm-project] 9dc4af: Re-land "[clang] Add early exit when checking for ...

Sam McCall via All-commits all-commits at lists.llvm.org
Wed Dec 29 04:07:52 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9dc4af327b12dfbcf90fde1641cd649c6814bf98
      https://github.com/llvm/llvm-project/commit/9dc4af327b12dfbcf90fde1641cd649c6814bf98
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2021-12-29 (Wed, 29 Dec 2021)

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

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

This reverts commit 6d09aaecdfe51e13fc64d539aa7c9a790de341d7.

The test uses ulimit and ran into problems on some bots. Run on linux only.
There's nothing platform-specific about the code we're testing, so this
should be enough to ensure correctness.




More information about the All-commits mailing list