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

Various cleanups #3177

Merged
merged 10 commits into from
Oct 26, 2022
Merged

Various cleanups #3177

merged 10 commits into from
Oct 26, 2022

Commits on Oct 24, 2022

  1. _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.
    StephanTLavavej committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    3909710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3bb5ec View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Qualify _STD getline().

    Also, avoid calling a function before it's been declared (unintentional ADL and an unnecessary function call).
    StephanTLavavej committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    797c797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5b54e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da8b4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47274a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a65efb View commit details
    Browse the repository at this point in the history
  6. LLVM-46269 was fixed in Clang 15.

    Co-authored-by: Casey Carter <[email protected]>
    StephanTLavavej and CaseyCarter committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    9f4efd9 View commit details
    Browse the repository at this point in the history
  7. Drop unused variables when configuring the benchmarks.

    Fixes:
    
    ```
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        LIT_FLAGS
        STL_USE_ANALYZE
    ```
    StephanTLavavej committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    759ee61 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    55c8ca1 View commit details
    Browse the repository at this point in the history