Fixed Clang-tidy warnings are: modernize-use-bool-literals, modernize-use-nullptr and modernize-use-override.
I checked this patch on my own build on RHEL 6. Regressions were OK.
Paths
| Differential D23291
[LLVM] Fix some Clang-tidy modernize and Include What You Use warnings ClosedPublic Authored by Eugene.Zelenko on Aug 8 2016, 6:52 PM.
Details Summary Fixed Clang-tidy warnings are: modernize-use-bool-literals, modernize-use-nullptr and modernize-use-override. I checked this patch on my own build on RHEL 6. Regressions were OK.
Diff Detail
Event TimelineEugene.Zelenko retitled this revision from to [LLVM] Fix some Clang-tidy modernize and Include What You Use warnings. Eugene.Zelenko updated this object. This revision is now accepted and ready to land.Aug 10 2016, 9:17 PM Closed by commit rL278364: Fix some Clang-tidy modernize and Include What You Use warnings. (authored by eugenezelenko). · Explain WhyAug 11 2016, 10:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 67702 llvm/trunk/lib/CodeGen/MachinePipeliner.cpp
llvm/trunk/lib/ProfileData/InstrProfWriter.cpp
llvm/trunk/lib/Transforms/IPO/WholeProgramDevirt.cpp
llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/trunk/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
|