llvm-project/clang/lib/Serialization
Benjamin Kramer 8956852194 Undo a bit of fcf4e360ba that confuses MSVC
clang\lib\Serialization\GlobalModuleIndex.cpp(818): error C2440: 'initializing': cannot convert from 'const ValueTy' to '_Ty2 &&'
        with
        [
            ValueTy=llvm::SmallVector<unsigned int,2>
        ]
        and
        [
            _Ty2=llvm::SmallVector<unsigned int,2>
        ]
2022-12-04 20:33:25 +01:00
..
ASTCommon.cpp [clang-repl] Support statements on global scope in incremental mode. 2022-12-03 07:18:07 +00:00
ASTCommon.h
ASTReader.cpp [clang] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:46 -08:00
ASTReaderDecl.cpp [clang-repl] Support statements on global scope in incremental mode. 2022-12-03 07:18:07 +00:00
ASTReaderInternals.h [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
ASTReaderStmt.cpp Revert "Implement CWG2631" 2022-11-30 16:03:05 +01:00
ASTWriter.cpp [clang] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:46 -08:00
ASTWriterDecl.cpp [clang] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:46 -08:00
ASTWriterStmt.cpp Revert "Implement CWG2631" 2022-11-30 16:03:05 +01:00
CMakeLists.txt
GeneratePCH.cpp [Serialization] Remove `ORIGINAL_PCH_DIR` record 2022-08-05 15:40:33 -07:00
GlobalModuleIndex.cpp Undo a bit of fcf4e360ba that confuses MSVC 2022-12-04 20:33:25 +01:00
InMemoryModuleCache.cpp
ModuleFile.cpp
ModuleFileExtension.cpp [modules] Use `HashBuilder` and `MD5` for the module hash. 2021-09-03 11:13:36 -07:00
ModuleManager.cpp [clang] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:46 -08:00
MultiOnDiskHashTable.h
PCHContainerOperations.cpp