Fixed warnings are: modernize-use-override, modernize-use-nullptr and modernize-redundant-void-arg.
I checked this patch on my own build on RHEL 6. Regressions were OK.
Paths
| Differential D14312
[LLVM] Fix some Clang-tidy modernize warnings, other minor fixes ClosedPublic Authored by Eugene.Zelenko on Nov 3 2015, 5:07 PM.
Details Summary Fixed warnings are: modernize-use-override, modernize-use-nullptr and modernize-redundant-void-arg. 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 warnings, other minor fixes. Eugene.Zelenko updated this object. hans edited edge metadata. Comment Actionslgtm
This revision is now accepted and ready to land.Nov 4 2015, 1:28 PM Closed by commit rL252087: Fix some Clang-tidy modernize warnings, other minor fixes. (authored by eugenezelenko). · Explain WhyNov 4 2015, 2:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 39259 llvm/trunk/include/llvm-c/Core.h
llvm/trunk/include/llvm/ProfileData/SampleProf.h
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
llvm/trunk/lib/MC/MCAsmStreamer.cpp
llvm/trunk/lib/Support/TimeValue.cpp
llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp
llvm/trunk/lib/Transforms/Instrumentation/SafeStack.cpp
llvm/trunk/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
llvm/trunk/tools/lli/RemoteTarget.cpp
llvm/trunk/tools/llvm-mc/llvm-mc.cpp
llvm/trunk/tools/llvm-size/llvm-size.cpp
llvm/trunk/unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp
llvm/trunk/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
llvm/trunk/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
llvm/trunk/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
llvm/trunk/unittests/ProfileData/InstrProfTest.cpp
llvm/trunk/utils/TableGen/OptParserEmitter.cpp
|