llvm-project/clang/lib/Serialization
Jennifer Yu 9d90cf2fca [OPENMP5.1] Initial support for message clause. 2022-11-18 17:59:23 -08:00
..
ASTCommon.cpp [NFC] Use isa<...> to replace isa<>||isa<> in clang/Serialization 2022-10-31 21:17:03 +08:00
ASTCommon.h
ASTReader.cpp [OPENMP5.1] Initial support for message clause. 2022-11-18 17:59:23 -08:00
ASTReaderDecl.cpp [NFC] Use isa<...> to replace isa<>||isa<> in clang/Serialization 2022-10-31 21:17:03 +08:00
ASTReaderInternals.h [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
ASTReaderStmt.cpp Revert "Implement CWG2631" 2022-11-04 22:10:50 +01:00
ASTWriter.cpp [OPENMP5.1] Initial support for message clause. 2022-11-18 17:59:23 -08:00
ASTWriterDecl.cpp [clang][modules] NFCI: Scaffolding for serialization of adjusted SourceManager offsets 2022-11-01 19:06:55 -07:00
ASTWriterStmt.cpp Revert "Implement CWG2631" 2022-11-04 22:10:50 +01: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