-
Notifications
You must be signed in to change notification settings - Fork 751
odb: Bmap writer #8899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
odb: Bmap writer #8899
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
|
|
||
| #include <fstream> | ||
| #include <iostream> | ||
| #include <string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: included header iostream is not used directly [misc-include-cleaner]
| #include <string> | |
| #include <string> |
src/odb/src/3dblox/bmapWriter.cpp
Outdated
| const auto inst_name = bump->getInst()->getName(); | ||
| const auto cell_type = bump->getInst()->getMaster()->getName(); | ||
| auto point = bump->getInst()->getOrigin(); | ||
| bmap_file << inst_name + " " + cell_type + " " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: string concatenation results in allocation of unnecessary temporary strings; consider using 'operator+=' or 'string::append()' instead [performance-inefficient-string-concatenation]
bmap_file << inst_name + " " + cell_type + " "
^|
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Rafael Moresco <[email protected]>
Signed-off-by: Rafael Moresco <[email protected]>
Signed-off-by: Rafael Moresco <[email protected]>
Signed-off-by: Rafael Moresco <[email protected]>
Signed-off-by: Rafael Moresco <[email protected]>
0e9b114 to
e32c078
Compare
|
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Rafael Moresco <[email protected]>
|
clang-tidy review says "All clean, LGTM! 👍" |
No description provided.