Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 710766
Collapse All | Expand All

(-)a/lib/AST/DeclBase.cpp (-1 / +3 lines)
Lines 146-152 Link Here
146
  // are invalid too.
146
  // are invalid too.
147
  if (auto *DD = dyn_cast<DecompositionDecl>(this)) {
147
  if (auto *DD = dyn_cast<DecompositionDecl>(this)) {
148
    for (auto *Binding : DD->bindings()) {
148
    for (auto *Binding : DD->bindings()) {
149
      Binding->setInvalidDecl();
149
      if (Binding) {
150
        Binding->setInvalidDecl();
151
      }
150
    }
152
    }
151
  }
153
  }
152
}
154
}

Return to bug 710766