-
Notifications
You must be signed in to change notification settings - Fork 94
improved simplecpp::TokenList constructors
#599
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?
Conversation
simplecpp::View to clean up simplecpp::TokenList constructorssimplecpp::View to clean up simplecpp::TokenList constructors
789bda9 to
431c397
Compare
This comment was marked as outdated.
This comment was marked as outdated.
simplecpp::View to clean up simplecpp::TokenList constructorssimplecpp::View to be able to write portable code
|
Required to address https://trac.cppcheck.net/ticket/14267. |
simplecpp::View to be able to write portable codesimplecpp::TokenList constructors
| { | ||
| std::vector<std::string> filenames; | ||
| { | ||
| char input[] = "code"; // NOLINT(misc-const-correctness) |
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.
This is not actually reported but pre-emptively added in case it is detected in the future. I added a comment about it upstream: llvm/llvm-project#56758 (comment)
34d5cb3 to
27716f3
Compare
|
Requires #606 to be merged first. |
…nList` code and added tests for all inputs
|
We can tag 1.6.4 after this has been merged, |
simplecpp::Viewto be able to write code which is compatible with C++11 and => C++17