tambre requested changes to this revision.
tambre added a comment.
This revision now requires changes to proceed.
Please:
- Add a test case based on the one in the bug. Hopefully you'll be able to
reduce it further now that you understand the bug.
- Use imperative style for the commit message, i
ricejasonf updated this revision to Diff 367907.
ricejasonf added a comment.
Fixed the formatting with clang-format
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108482/new/
https://reviews.llvm.org/D108482
Files:
clang/lib/Sema/SemaInit.cpp
clang/lib/Sema/TreeTransform.h
Index:
ricejasonf created this revision.
ricejasonf added a reviewer: aaron.ballman.
ricejasonf added a project: clang.
ricejasonf requested review of this revision.
Herald added a subscriber: cfe-commits.
The structured bindings decomposition of a non-dependent array in a dependent
context (a template)