[PATCH] D125340: [clang][NFC][AST] rename the ImportError to ASTImportError
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 12 00:20:11 PDT 2022
martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.
Yeah, okay, this patch makes sense now that I've seen a clash with python's ImportError <https://docs.python.org/3/library/exceptions.html> . I've checked lldb c++ files and `ImportError` is not used. LGTM.
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