summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/MSF/MSFCommon.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ↵Eugene Zelenko2017-06-231-1/+5
| | | | | | warnings; other minor fixes (NFC). llvm-svn: 306169
* [PDB] Validate superblock addressesDavid Majnemer2016-12-181-0/+9
| | | | | | | - Validate the address of the block map. - Validate the address of the free block map. llvm-svn: 290053
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-0/+48
Previously this change was submitted from a Windows machine, so changes made to the case of filenames and directory names did not survive the commit, and as a result the CMake source file names and the on-disk file names did not match on case-sensitive file systems. I'm resubmitting this patch from a Linux system, which hopefully allows the case changes to make it through unfettered. llvm-svn: 277213
OpenPOWER on IntegriCloud