summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp
AgeCommit message (Collapse)Author
2023-10-21[llvm] Stop including Endian.h (NFC)Kazu Hirata
These files satisfy all of the following: - misc-include-cleaner indicates that these files do not need Endian.h. - They do not mention "endian" anywhere. - They do not include any *.inc or *.def, which could need llvm::support::endian.
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup Differential Revision: https://reviews.llvm.org/D121332
2019-07-16Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber
`pretty -native -injected-sources -injected-source-content` works with this patch, and produces identical output to the dia version. Differential Revision: https://reviews.llvm.org/D64428 llvm-svn: 366236