-
Notifications
You must be signed in to change notification settings - Fork 64
Add Sanitizers examples #192
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
Conversation
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
|
The UPDATE: Opened issue #198 for further investigation. |
Signed-off-by: Uilian Ries <[email protected]>
| @@ -0,0 +1,90 @@ | |||
| # Compiler Sanitizers Example | |||
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.
Isn't this the same information that will be in the docs in the examples section? I don't think we should duplicate the information here or it's very likely that one of the two can become obsolete at some point.
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.
Let me just add a reference to the documentation then.
Signed-off-by: Uilian Ries <[email protected]>
The documentation PR that address this new example is conan-io/docs#4199
This PR is related to:
This PR points how to consume Conan client using compiler sanitizers, it's a step to update the current documentation only available for Conan 1.x and to enlight common questions spread over Conan and CCI repo.
The PR explores the address sanitizer and undefined behavior. Also, it comes with a
settings_userand custom profiles, to include the sanitizer as part of the package ID.There will be a documentation PR referring to this example as well.