llvm-project/clang/lib/Serialization
Alexey Bataev c028472fa1 Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator."
This reverts commit f08df464ae to fix the
bug with serialization support for iterator expression.
2020-04-01 14:54:45 -04:00
..
ASTCommon.cpp Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator." 2020-04-01 14:54:45 -04:00
ASTCommon.h [OPENMP 5.0]Add initial support for 'allocate' directive. 2019-03-07 17:54:44 +00:00
ASTReader.cpp Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator." 2020-04-01 14:54:45 -04:00
ASTReaderDecl.cpp [OpenMP][NFC] Minimize memory usage and copying of `OMPTraitInfo`s 2020-03-23 14:23:46 -05:00
ASTReaderInternals.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ASTReaderStmt.cpp Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator." 2020-04-01 14:54:45 -04:00
ASTWriter.cpp Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator." 2020-04-01 14:54:45 -04:00
ASTWriterDecl.cpp [AST] Add RecoveryExpr to retain expressions on semantic errors 2020-03-24 09:20:37 +01:00
ASTWriterStmt.cpp Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator." 2020-04-01 14:54:45 -04:00
CMakeLists.txt clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFC 2019-11-21 19:07:00 -08:00
GeneratePCH.cpp [pch] Honour -fallow-pch-with-compiler-errors for overall compilation status 2020-03-31 13:50:12 -07:00
GlobalModuleIndex.cpp GlobalModuleIndex - Fix use-after-move clang static analyzer warning. 2020-01-11 16:43:02 +00:00
InMemoryModuleCache.cpp Revert "[modules] Do not cache invalid state for modules that we attempted to load." 2020-03-10 10:59:26 -07:00
ModuleFile.cpp clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFC 2019-11-21 19:07:00 -08:00
ModuleFileExtension.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ModuleManager.cpp Revert "[modules] Do not cache invalid state for modules that we attempted to load." 2020-03-10 10:59:26 -07:00
MultiOnDiskHashTable.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PCHContainerOperations.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00