1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/include/llvm/Bitstream
Simon Pilgrim 9ab18a0df9 Remarks - fix static analyzer warnings. NFCI.
- Fix uninitialized variable warnings.
 - Reuse BitstreamEntry iterator to avoid Wshadow warning.
 - Match declaration + definition arg names in BitstreamRemarkParser::processCommonMeta
 - Make BitstreamRemarkParser(StringRef) constructor explicit
2019-11-09 13:01:05 +00:00
..
BitCodes.h [Bitstream] Add BitCodeAbbrev(std::initializer_list) constructor 2019-09-05 21:26:53 +00:00
BitstreamReader.h Remarks - fix static analyzer warnings. NFCI. 2019-11-09 13:01:05 +00:00
BitstreamWriter.h