[all-commits] [llvm/llvm-project] 1b0486: [IRBuilder] Try to fix warnings
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Feb 16 06:32:19 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1b04866a3db9f816a559860f941da067fe1eccf1
https://github.com/llvm/llvm-project/commit/1b04866a3db9f816a559860f941da067fe1eccf1
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-02-16 (Sun, 16 Feb 2020)
Changed paths:
M clang/lib/CodeGen/CGBuilder.h
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/IRBuilderFolder.h
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M polly/include/polly/CodeGen/IRBuilder.h
Log Message:
-----------
[IRBuilder] Try to fix warnings
Try to fix -Wnon-virtual-dtor warnings that cause build failure
on clang-pcc64le-rhel.
More information about the All-commits
mailing list