react-native/ReactCommon/fabric/core/shadownode
Valentin Shergin 9570d7d490 Fabric: Unifying usage of `auto`s
Summary:
I was watching a classic magnificent talk about modern C++ by Herb Sutter and I was totally sold on double down on using `auto` in our codebase. Surprisingly, 95% of the code base already follows Herb's guidence; I just changed the last 5% to make it consistent.
All those changes must work *exactly* like it was before.
The talk: https://youtu.be/xnqTKD8uD64?t=28m25s

Reviewed By: mdvacca

Differential Revision: D9753301

fbshipit-source-id: 9629aa485a5d6e51806cc96306c297284d4f90b8
2018-09-10 16:50:02 -07:00
..
ConcreteShadowNode.h Fabric: `ShadowNode::getChildren()` now returns `vector`, not `shared_ptr` 2018-08-04 09:47:30 -07:00
LocalData.h Fabric: Introducing `LocalData` concept 2018-04-26 18:03:07 -07:00
Props.cpp Expose rawProps as part of the Props class 2018-08-16 16:52:42 -07:00
Props.h Expose rawProps as part of the Props class 2018-08-16 16:52:42 -07:00
ShadowNode.cpp Fabric: Unifying usage of `auto`s 2018-09-10 16:50:02 -07:00
ShadowNode.h Fabric: Removing `ShadowNode::operator==` 2018-09-07 21:46:59 -07:00
ShadowNodeFragment.cpp Fabric: Using `const &` type for `ShadowNodeFragment`'s fields 2018-08-04 09:47:31 -07:00
ShadowNodeFragment.h Fabric: Using `const &` type for `ShadowNodeFragment`'s fields 2018-08-04 09:47:31 -07:00