hanchenye-llvm-project/clang/lib/Serialization
Raphael Isemann eb13d3d22e Fix unaligned memory access when reading INPUT_FILE_OFFSETS data
Summary: The blob data is unaligned, so we also should read it as such. Should fix the random failures with the sanitizer builds.

Reviewers: rsmith, v.g.vassilev

Reviewed By: v.g.vassilev

Subscribers: cfe-commits

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

llvm-svn: 333069
2018-05-23 09:02:40 +00:00
..
ASTCommon.cpp Implement P0482R2, support for char8_t type. 2018-05-01 05:02:45 +00:00
ASTCommon.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ASTReader.cpp Fix unaligned memory access when reading INPUT_FILE_OFFSETS data 2018-05-23 09:02:40 +00:00
ASTReaderDecl.cpp Move helper classes into anonymous namespaces. NFCI. 2018-05-15 21:26:47 +00:00
ASTReaderInternals.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ASTReaderStmt.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ASTWriter.cpp Support: Simplify endian stream interface. NFCI. 2018-05-18 19:46:24 +00:00
ASTWriterDecl.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ASTWriterStmt.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CMakeLists.txt
GeneratePCH.cpp Apply clang-tidy's performance-unnecessary-value-param to parts of clang. 2017-03-21 21:35:04 +00:00
GlobalModuleIndex.cpp Support: Simplify endian stream interface. NFCI. 2018-05-18 19:46:24 +00:00
Module.cpp [Serialization] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2018-04-11 20:57:28 +00:00
ModuleFileExtension.cpp
ModuleManager.cpp [Serialization] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-11 00:08:50 +00:00
MultiOnDiskHashTable.h Support: Simplify endian stream interface. NFCI. 2018-05-18 19:46:24 +00:00