-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Various cleanups #3177
Merged
Merged
Various cleanups #3177
Commits on Oct 24, 2022
-
_Stof family: don't declare in stl/inc, comment as preserved for binc…
…ompat in stl/src. They're marked as _CRTIMP2_PURE in stl/src, so they'll continue to be exported.
Configuration menu - View commit details
-
Copy full SHA for 3909710 - Browse repository at this point
Copy the full SHA 3909710View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3bb5ec - Browse repository at this point
Copy the full SHA c3bb5ecView commit details
Commits on Oct 25, 2022
-
Also, avoid calling a function before it's been declared (unintentional ADL and an unnecessary function call).
Configuration menu - View commit details
-
Copy full SHA for 797c797 - Browse repository at this point
Copy the full SHA 797c797View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b54e6 - Browse repository at this point
Copy the full SHA c5b54e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da8b4a - Browse repository at this point
Copy the full SHA 1da8b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47274a5 - Browse repository at this point
Copy the full SHA 47274a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a65efb - Browse repository at this point
Copy the full SHA 2a65efbView commit details -
LLVM-46269 was fixed in Clang 15.
Co-authored-by: Casey Carter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f4efd9 - Browse repository at this point
Copy the full SHA 9f4efd9View commit details -
Drop unused variables when configuring the benchmarks.
Fixes: ``` CMake Warning: Manually-specified variables were not used by the project: LIT_FLAGS STL_USE_ANALYZE ```
Configuration menu - View commit details
-
Copy full SHA for 759ee61 - Browse repository at this point
Copy the full SHA 759ee61View commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55c8ca1 - Browse repository at this point
Copy the full SHA 55c8ca1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.