sammccall marked 4 inline comments as done.
sammccall added inline comments.


================
Comment at: clang/lib/AST/ASTDumper.cpp:94
     auto *Redecl = dyn_cast<SpecializationDecl>(RedeclWithBadType);
-    if (!Redecl) {
-      // Found the injected-class-name for a class template. This will be 
dumped
----------------
hokein wrote:
> `assert(Redecl)`
Changed the dyn_cast to a cast instead


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112765/new/

https://reviews.llvm.org/D112765

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to