This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 915379e031 [OpenMP] Fix declare target link implementation new 2b41d1ddfc [clang] Adopt llvm::ErrorOr in FileManager methods new 43696f8809 [clang] Adopt new FileManager error-returning APIs
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/FileManager.h | 37 +++++--- lib/ARCMigrate/FileRemapper.cpp | 20 ++-- lib/ARCMigrate/ObjCMT.cpp | 7 +- lib/AST/ASTImporter.cpp | 4 +- lib/Basic/FileManager.cpp | 128 +++++++++++++++----------- lib/Basic/Module.cpp | 4 +- lib/Basic/SourceManager.cpp | 2 +- lib/CodeGen/CodeGenAction.cpp | 4 +- lib/Frontend/ASTUnit.cpp | 4 +- lib/Frontend/CompilerInstance.cpp | 26 +++--- lib/Frontend/FrontendAction.cpp | 24 ++--- lib/Frontend/InitHeaderSearch.cpp | 12 +-- lib/Frontend/PrecompiledPreamble.cpp | 6 +- lib/Frontend/Rewrite/FrontendActions.cpp | 8 +- lib/Frontend/TextDiagnostic.cpp | 6 +- lib/Lex/HeaderMap.cpp | 4 +- lib/Lex/HeaderSearch.cpp | 106 ++++++++++++--------- lib/Lex/ModuleMap.cpp | 73 ++++++++------- lib/Lex/PPDirectives.cpp | 6 +- lib/Lex/PPLexerChange.cpp | 12 +-- lib/Serialization/ASTReader.cpp | 52 ++++++----- lib/Serialization/GlobalModuleIndex.cpp | 12 +-- lib/Serialization/ModuleManager.cpp | 22 +++-- lib/Tooling/Core/Replacement.cpp | 11 ++- lib/Tooling/Refactoring.cpp | 5 +- tools/clang-format/ClangFormat.cpp | 3 +- tools/clang-import-test/clang-import-test.cpp | 4 +- tools/clang-refactor/ClangRefactor.cpp | 4 +- tools/clang-refactor/TestSupport.cpp | 4 +- tools/clang-rename/ClangRename.cpp | 4 +- tools/libclang/CIndex.cpp | 5 +- tools/libclang/Indexing.cpp | 10 +- unittests/Basic/FileManagerTest.cpp | 104 ++++++++++++--------- unittests/Lex/HeaderSearchTest.cpp | 4 +- unittests/Lex/PPCallbacksTest.cpp | 4 +- unittests/Tooling/RefactoringTest.cpp | 7 +- unittests/Tooling/RewriterTestContext.h | 12 +-- 37 files changed, 442 insertions(+), 318 deletions(-)