[all-commits] [llvm/llvm-project] 775342: [clang][ExprConst] allow single element access of ...

Vikram Hegde via All-commits all-commits at lists.llvm.org
Wed Aug 7 03:41:29 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77534291fcbd2c784c54e39a60895e4f60f19742
      https://github.com/llvm/llvm-project/commit/77534291fcbd2c784c54e39a60895e4f60f19742
  Author: Vikram Hegde <115221833+vikramRH at users.noreply.github.com>
  Date:   2024-08-07 (Wed, 07 Aug 2024)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/Interp/State.h
    M clang/test/AST/Interp/arrays.cpp
    M clang/test/AST/Interp/builtin-functions.cpp
    M clang/test/AST/Interp/vectors.cpp
    M clang/test/CodeGenCXX/temporaries.cpp
    A clang/test/SemaCXX/constexpr-vectors-access-elements.cpp

  Log Message:
  -----------
  [clang][ExprConst] allow single element access of vector object to be constant expression (#101126)

This is a slightly updated version of https://github.com/llvm/llvm-project/pull/72607,

originally authored by @yuanfang-chen



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