This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5fd9698ca65 Move FeatureAES from SLM, WSM and SNB to GLM and SKL new 279c17e658b [PDB] Change uint32_t to SymIndex wherever it makes sense. new 375f98e9d85 Re-run clang-format on one file. new 0c02f21726d [ADT] bit_cast: check for is_trivially_copyable more portably
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ADT/bit.h | 24 +- include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h | 24 +- include/llvm/DebugInfo/PDB/DIA/DIASession.h | 2 +- include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 24 +- include/llvm/DebugInfo/PDB/IPDBSession.h | 5 +- .../DebugInfo/PDB/Native/NativeCompilandSymbol.h | 2 +- .../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 26 +- include/llvm/DebugInfo/PDB/Native/NativeSession.h | 2 +- include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h | 4 +- .../llvm/DebugInfo/PDB/Native/NativeTypePointer.h | 2 +- include/llvm/DebugInfo/PDB/PDBTypes.h | 2 + lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 341 ++++++++++++--------- lib/DebugInfo/PDB/DIA/DIASession.cpp | 3 +- lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp | 2 +- lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 46 +-- lib/DebugInfo/PDB/Native/NativeSession.cpp | 2 +- lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp | 4 +- lib/DebugInfo/PDB/Native/NativeTypePointer.cpp | 2 +- unittests/DebugInfo/PDB/PDBApiTest.cpp | 2 +- 19 files changed, 282 insertions(+), 237 deletions(-)