[all-commits] [llvm/llvm-project] 9d6379: [clang][NFC][AST] rename the ImportError to ASTImp...
Shivam via All-commits
all-commits at lists.llvm.org
Tue Jun 14 12:10:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d637956b79282aa0980e859b9128cf09a83dda6
https://github.com/llvm/llvm-project/commit/9d637956b79282aa0980e859b9128cf09a83dda6
Author: phyBrackets <singh.shivamsingh2003 at gmail.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M clang/include/clang/AST/ASTImportError.h
M clang/include/clang/AST/ASTImporter.h
M clang/include/clang/AST/ASTImporterSharedState.h
M clang/lib/AST/ASTImporter.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/unittests/AST/ASTImporterFixtures.h
M clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[clang][NFC][AST] rename the ImportError to ASTImportError
this patch is the continuation of my previous patch regarding the ImportError in ASTImportError.h
Reviewed By: martong
Differential Revision: https://reviews.llvm.org/D125340
More information about the All-commits
mailing list