[all-commits] [llvm/llvm-project] cfc36b: [clang] Treat variable-length array of incomplete ...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Mar 24 06:22:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cfc36bf0179435ecbd489761bd7d5dae00846c87
https://github.com/llvm/llvm-project/commit/cfc36bf0179435ecbd489761bd7d5dae00846c87
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M clang/lib/AST/Type.cpp
M clang/test/SemaCXX/cxx0x-initializer-aggregates.cpp
Log Message:
-----------
[clang] Treat variable-length array of incomplete element type as
incomplete type.
Differential Revision: https://reviews.llvm.org/D99165
More information about the All-commits
mailing list