Skip to content
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

Audit std::string usage in F18 and consider migrating to LLVM alternative #998

Open
RichBarton-Arm opened this issue Feb 20, 2020 · 1 comment

Comments

@RichBarton-Arm
Copy link
Contributor

As part of making the F18 codebase more like LLVM, we should audit our use of std::string and try and bring ourselves closer in alignment with LLVM guidelines

@sscalpone
Copy link
Member

My reading of the guideline is to use std::string except when increasing the size of a string & to prefer twine over concatenating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants