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

Toolset update: VS 2022 17.12 Preview 2, Clang 18.1.8 #4947

Merged
merged 30 commits into from
Sep 12, 2024

Commits on Sep 10, 2024

  1. PowerShell 7.4.5.

    StephanTLavavej committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c55fc52 View commit details
    Browse the repository at this point in the history
  2. Python 3.12.6.

    StephanTLavavej committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c573e44 View commit details
    Browse the repository at this point in the history
  3. New pool.

    StephanTLavavej committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    effa779 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    758ad0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61fd79b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bea0b23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba2fd03 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    eaefb98 View commit details
    Browse the repository at this point in the history
  2. Clang 18 understands -Wno-overriding-option, so drop `-Wno-unknown-…

    …warning-option -Wno-overriding-t-option`.
    
    GH 4452 originally added this.
    StephanTLavavej committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cb41ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1cc6d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b8a20f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0852e27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    049b2b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7f938a View commit details
    Browse the repository at this point in the history
  8. Update .clang-format.

    Comment my .clang-format update process.
    
    Accept defaults, except for:
    
    * Change BreakAfterAttributes from Leave to Never (the old default).
    StephanTLavavej committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2742a28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    951d4d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20c3d41 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b164e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fbce5b3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6db42b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    324ec0c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a6a0ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ba89fdd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6f8fa67 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    16131a0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    63bcdbb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b2e9e03 View commit details
    Browse the repository at this point in the history
  21. Overhaul header sorting.

    Use BASIC-style priorities: 10 for yvals/yvals_core, 20 for normal headers, 30 for Windows headers (with fine-grained SortPriority), and 40 for test headers.
    
    Mention (yvals|yvals_core) to be more searchable.
    
    userenv.h wasn't being included (anymore?).
    
    winioctl.h should be spelled lowercase.
    
    Make the regex for __msvc_MEOW.hpp clearer (we have no other double-underscore headers) and mention it in priority order as there's no chance it'll grab matches first.
    
    Add a rule to sort initguid.h first, similar to how winioctl.h sorts last.
    StephanTLavavej committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7b5f243 View commit details
    Browse the repository at this point in the history
  22. Clang 18 didn't fix the bug affecting _Zip_transform_constraints an…

    …d `_Adjacent_transform_constraints` that we thought was LLVM-61763.
    StephanTLavavej committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9204386 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4b3fbb9 View commit details
    Browse the repository at this point in the history