[clang] [clang][ExprConst] allow single element access of vector object to be constant expression (PR #101126)
Vikram Hegde via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 4 22:12:36 PDT 2024
================
@@ -64,6 +64,9 @@ sections with improvements to Clang's support for those languages.
C++ Language Changes
--------------------
+- Allow single element access of vector object to be constant expression.
----------------
vikramRH wrote:
done
https://github.com/llvm/llvm-project/pull/101126
More information about the cfe-commits
mailing list