[PATCH] D122528: [clang][ASTImporter] Not using consumeError at failed import of in-class initializer.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 26 08:38:10 PDT 2022


balazske added a reviewer: martong.
balazske added a comment.
Herald added a subscriber: rnkovacs.

I wanted to remove this one instance of `consumeError` because the change in D122525 <https://reviews.llvm.org/D122525>, to ensure that `consumeError` is called really only from `ImportDeclContext` (and other places where it is not relevant).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122528



More information about the cfe-commits mailing list