[lldb] [clang-tools-extra] [clang] [c++20] P1907R1: Support for generalized non-type template arguments of scalar type. (PR #78041)

Andrey Ali Khan Bolshakov via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 26 07:19:44 PST 2024


bolshakov-a wrote:

Prior to this PR, arrays in NTTP were represented as `Declaration`s and now as `StructuralValue`s referring to their first element. @steakhal, please note [here](https://github.com/llvm/llvm-project/pull/78041/files#diff-2f25fdb80b1a63f2e0a5a7c7a7c061b494b430ee8f5759b48022a86a149030bbR8162) how the corresponding `OpaqueValueExpr` is constructed. The is no subexpression inside it. Maybe, it will help. I'll probably have a chance to look into it deeper after several hours or tomorrow.

https://github.com/llvm/llvm-project/pull/78041


More information about the cfe-commits mailing list