This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 295b95de348 Remove unused variable. new ee8a71b7340 [CodeGen] Fix some Clang-tidy modernize and Include What Y [...]
The 1 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: lib/CodeGen/AsmPrinter/AddressPool.cpp | 5 +- lib/CodeGen/AsmPrinter/AddressPool.h | 19 ++-- .../AsmPrinter/DbgValueHistoryCalculator.cpp | 23 ++-- lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h | 22 ++-- lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp | 52 +++++---- lib/CodeGen/AsmPrinter/DwarfAccelTable.h | 121 ++++++++++++--------- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 42 +++++-- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 42 ++++--- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 80 +++++++++----- lib/CodeGen/AsmPrinter/DwarfDebug.h | 56 ++++++---- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 16 +-- lib/CodeGen/AsmPrinter/DwarfExpression.h | 39 +++++-- lib/CodeGen/AsmPrinter/DwarfFile.cpp | 16 +-- lib/CodeGen/AsmPrinter/DwarfFile.h | 23 ++-- lib/CodeGen/AsmPrinter/DwarfStringPool.cpp | 7 +- lib/CodeGen/AsmPrinter/DwarfStringPool.h | 17 +-- 16 files changed, 360 insertions(+), 220 deletions(-)