[PATCH] D125340: [clang][NFC][AST] rename the ImportError to ASTImportError

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 00:20:27 PDT 2022


balazske added a comment.

LLDB should be at least compilable after the change. If it has an internal `ImportError` we must not change it. If it uses the renamed class we should rename it, or make an "using" alias and no rename (but not this is the best solution).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125340



More information about the cfe-commits mailing list