llvm-project/clang/lib/Serialization
Jonas Devlieghere 97b91307b0
[clang] Disable assertion that can "easily happen"
Disable the assertion for getting a module ID for non-local,
non-imported module. According to the FIXME this can "easily happen" and
indeed, we're hitting this assertion regularly. Disable it until it can
be properly investigated.

rdar://99352728

Differential revision: https://reviews.llvm.org/D136290
2022-10-19 15:08:56 -07:00
..
ASTCommon.cpp [HLSL] Support cbuffer/tbuffer for hlsl. 2022-09-21 10:07:43 -07:00
ASTCommon.h
ASTReader.cpp [clang][modules] Add time traces for AST serialization 2022-10-19 12:16:30 -07:00
ASTReaderDecl.cpp [ODRHash] Hash `ObjCProtocolDecl` and diagnose discovered mismatches. 2022-10-17 16:29:52 -07:00
ASTReaderInternals.h [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
ASTReaderStmt.cpp [clang] Track the templated entity in type substitution. 2022-10-15 22:08:36 +02:00
ASTWriter.cpp [clang] Disable assertion that can "easily happen" 2022-10-19 15:08:56 -07:00
ASTWriterDecl.cpp [ODRHash] Hash `ObjCProtocolDecl` and diagnose discovered mismatches. 2022-10-17 16:29:52 -07:00
ASTWriterStmt.cpp [clang] Track the templated entity in type substitution. 2022-10-15 22:08:36 +02:00
CMakeLists.txt
GeneratePCH.cpp [Serialization] Remove `ORIGINAL_PCH_DIR` record 2022-08-05 15:40:33 -07:00
GlobalModuleIndex.cpp [Clang] Use std::move in GlobalModuleIndex::readIndex. NFC 2022-04-26 16:45:01 +08: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 [modules] Fix error "malformed or corrupted AST file: 'SourceLocation remap refers to unknown module...'". 2022-09-20 17:55:37 -07:00
MultiOnDiskHashTable.h
PCHContainerOperations.cpp