hanchenye-llvm-project/clang/lib/Serialization
Kelvin Li be286f5f15 [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)
Move declarations for OMPClauseReader, OMPClauseWriter to ASTReader.h 
and ASTWriter.h and move implementation to ASTReader.cpp and 
ASTWriter.cpp. This change helps generalize the serialization of
OpenMP clauses and will be used in the future implementation of new 
OpenMP directives (e.g. requires).

Patch by Patrick Lyster

Differential Revision: https://reviews.llvm.org/D52097

llvm-svn: 342322
2018-09-15 13:54:15 +00:00
..
ASTCommon.cpp PR33924: merge local declarations that have linkage of some kind within 2018-07-04 02:25:38 +00:00
ASTCommon.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ASTReader.cpp [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC) 2018-09-15 13:54:15 +00:00
ASTReaderDecl.cpp [OPENMP] Fix PR38903: Crash on instantiation of the non-dependent 2018-09-13 16:54:05 +00:00
ASTReaderInternals.h Remove trailing space 2018-07-30 19:24:48 +00:00
ASTReaderStmt.cpp [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC) 2018-09-15 13:54:15 +00:00
ASTWriter.cpp [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC) 2018-09-15 13:54:15 +00:00
ASTWriterDecl.cpp [OPENMP] Fix PR38903: Crash on instantiation of the non-dependent 2018-09-13 16:54:05 +00:00
ASTWriterStmt.cpp [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC) 2018-09-15 13:54:15 +00:00
CMakeLists.txt
GeneratePCH.cpp
GlobalModuleIndex.cpp Support: Simplify endian stream interface. NFCI. 2018-05-18 19:46:24 +00:00
Module.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ModuleFileExtension.cpp
ModuleManager.cpp Close FileEntries of cached files in ModuleManager::addModule(). 2018-08-20 17:10:27 +00:00
MultiOnDiskHashTable.h Support: Simplify endian stream interface. NFCI. 2018-05-18 19:46:24 +00:00