I checked this patch on my own build on RHEL 6. Regressions were OK.
I decided to make review, because my previous changes caused little controversy.
Paths
| Differential D24017
[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes AcceptedPublic Authored by Eugene.Zelenko on Aug 29 2016, 6:53 PM.
Details
Summary I checked this patch on my own build on RHEL 6. Regressions were OK. I decided to make review, because my previous changes caused little controversy.
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. compnerd edited edge metadata. Comment ActionsLGTM with the extra whitespace around the namespace removed. This revision is now accepted and ready to land.Aug 30 2016, 7:38 AM Comment Actions Actually Mehdi found that spaces are consistent with examples in LLVM coding standards. Comment Actions
With *long* namespace, not small ones though (you mix both here) Comment Actions
Sure (and I really don't care about that in the end) but:
Revision Contents
Diff 69640 lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SpillPlacement.cpp
lib/CodeGen/TargetLoweringBase.cpp
|