forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressing lints and comments. (facebookincubator#6579)
Summary: Pull Request resolved: facebookincubator#6579 Addressing lints and comments from D49117889 (facebookincubator#6531). - Using TypePtr instead of std::shared_ptr<const Type> in some places. - Throwing for bad indices in ArrayType::nameOf() and MapType::nameOf(). - Moving TypePtr in some places instead of copying. - Fixing 'use after move'. Reviewed By: Yuhta Differential Revision: D49291987 fbshipit-source-id: fbc92b32c0db9b3b284fa9c683fa78d7feeb43c3
- Loading branch information
1 parent
9212798
commit 1f9400e
Showing
3 changed files
with
44 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters