Differential Revision: https://reviews.llvm.org/D141831
F = F.isArrayElement() ? F.getArray().expand() : F.getBase();
}
+ // Drop the first pointer since we print it unconditionally anyway.
+ Levels.erase(Levels.begin());
+
printDesc(P.getDeclDesc());
for (const auto &It : Levels) {
if (It.inArray()) {
/// Board constructors.
/// This tests that InterpFrame::describe().
-// FIXME: With the new interpreter, most of the described frames are
-// currently broken in one way or another.
-
typedef unsigned long uint64_t;
struct Board {