You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been inactive for a year and has been marked as stale. It will be closed in 15 days if it continues to be stale. If you believe this is still an issue, please add a comment.
Sending this to @AmirhosseinPoolad .... updae some of the clustering data structs to use std::vector and std::list etc. Some have already been done, but more remain.
I ran clang-tidy to give me a list of all C-style arrays used in VPR. It's missing the heap allocated pointer arrays, still trying to find out if there's an easy way to list those. You can find results below.
Related to PR #2084
Lists such as the ones vpr/src/base/vtr_types.cpp (line 236) might be better implemented as std::lists. Refer to #2084 (comment)
The text was updated successfully, but these errors were encountered: