I checked this patch on my own build on RHEL 6. Regressions were OK.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D24067
[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes Needs ReviewPublic Authored by Eugene.Zelenko on Aug 30 2016, 7:09 PM.
Details
Summary 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-use-using and Include What You Use warnings; other minor fixes. Eugene.Zelenko updated this object.
Revision Contents
Diff 69792 lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Transforms/IPO/ConstantMerge.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Scalar/GVNHoist.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
|
What is the benefit of std::numeric_limits<T>::max() over T_MAX?