mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Turning on clang tidy performance-*
Summary: changelog: [internal] Enable performance related clang tidy rules. Reviewed By: javache Differential Revision: D33350556 fbshipit-source-id: 486446ed0a1ac88af21b691ac6905b4f2359dafc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d016766303
commit
681ed402de
@@ -54,7 +54,7 @@ std::shared_ptr<void> AttributedStringBox::getOpaquePointer() const {
|
||||
}
|
||||
|
||||
AttributedStringBox &AttributedStringBox::operator=(
|
||||
AttributedStringBox &&other) {
|
||||
AttributedStringBox &&other) noexcept {
|
||||
if (this != &other) {
|
||||
mode_ = other.mode_;
|
||||
value_ = std::move(other.value_);
|
||||
|
||||
Reference in New Issue
Block a user