[all-commits] [llvm/llvm-project] a7fdab: [clang] NFCI: Make `ModuleFile::File` non-optional
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Thu Dec 7 15:38:07 PST 2023
Branch: refs/heads/users/jansvoboda11/get-name
Home: https://github.com/llvm/llvm-project
Commit: a7fdab1d61d855cc8f247262bed7f2e1e7b727e2
https://github.com/llvm/llvm-project/commit/a7fdab1d61d855cc8f247262bed7f2e1e7b727e2
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M clang/include/clang/Serialization/ModuleFile.h
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/GlobalModuleIndex.cpp
M clang/lib/Serialization/ModuleManager.cpp
Log Message:
-----------
[clang] NFCI: Make `ModuleFile::File` non-optional
Commit: aaf2393287d4e951ec8a73719c69544915feaaf4
https://github.com/llvm/llvm-project/commit/aaf2393287d4e951ec8a73719c69544915feaaf4
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M clang/include/clang/Basic/DirectoryEntry.h
M clang/include/clang/Basic/FileEntry.h
M clang/lib/Basic/FileManager.cpp
M clang/unittests/Basic/FileManagerTest.cpp
M llvm/include/llvm/Support/VirtualFileSystem.h
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/unittests/Support/VirtualFileSystemTest.cpp
Log Message:
-----------
[clang] NFCI: Remove `{File,Directory}Entry::getName()` for good
Commit: 4ea8cf1b41654c39549ff791b2b91b975d8fee7e
https://github.com/llvm/llvm-project/commit/4ea8cf1b41654c39549ff791b2b91b975d8fee7e
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
M clang/include/clang/Basic/FileEntry.h
M clang/include/clang/Basic/Module.h
M clang/include/clang/Basic/SourceManager.h
M clang/include/clang/Lex/PreprocessorLexer.h
M clang/include/clang/Serialization/ModuleFile.h
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Lex/ModuleMap.cpp
M clang/lib/Lex/PPDirectives.cpp
M clang/lib/Lex/Pragma.cpp
M clang/lib/Lex/PreprocessorLexer.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
M clang/tools/libclang/CXIndexDataConsumer.cpp
M clang/tools/libclang/CXIndexDataConsumer.h
M clang/unittests/Basic/FileEntryTest.cpp
Log Message:
-----------
[clang] NFC: Remove `OptionalFileEntryRefDegradesToFileEntryPtr`
Commit: 20073d5d4efe1a725c70ac4f4421a1b77f71d36b
https://github.com/llvm/llvm-project/commit/20073d5d4efe1a725c70ac4f4421a1b77f71d36b
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M clang-tools-extra/clang-tidy/misc/IncludeCleanerCheck.cpp
M clang-tools-extra/clangd/IncludeCleaner.cpp
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang/include/clang/Basic/DirectoryEntry.h
M clang/include/clang/Basic/Module.h
M clang/include/clang/Lex/ModuleMap.h
M clang/lib/Serialization/ASTReader.cpp
Log Message:
-----------
[clang] NFC: Remove 'OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr'
Compare: https://github.com/llvm/llvm-project/compare/a7fdab1d61d8%5E...20073d5d4efe
More information about the All-commits
mailing list