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

clang: Upgrade to 17.0.5 #884

Merged
merged 2 commits into from
Nov 20, 2023
Merged

clang: Upgrade to 17.0.5 #884

merged 2 commits into from
Nov 20, 2023

Conversation

kraj
Copy link
Owner

@kraj kraj commented Nov 14, 2023

  • 98bfdac5ce82 [BranchFolding] Remove dubious assert from operator< (#71639)
  • 12c6ee8fd204 [GlobalOpt] Cache whether CC is changeable (#71381)
  • 0a1274224ef8 [libc++] Fix UB in related to "has value" flag (#68552) (#68733)
  • 42f8800b720f [clang] fix test PR69717.cpp (#72134)
  • e666be92b44b [clang] Run test on x86 only
  • aebee698ef16 [clang] Do not clear FP pragma stack when instantiating functions (#70646)
  • 529aa6eadb27 [SLP]Fix PR70004: Do not change insert point for reduction gather nodes.
  • 69b3baf9b87e [DAG] WidenVectorOperand - add basic handling for *_EXTEND_VECTOR_INREG nodes
  • e7dc53b94212 [Mips] In LowerShift*Parts, xor with bits-1 instead of -1. (#71149)
  • a6cbdae98272 [clang-format] Correctly annotate keyword operator function name (#66904)
  • 094cfd14c813 Bump version to 17.0.5
  • 05422e1dcf94 [Driver] Fix linking with -lm on Solaris (#65632)
  • 910748f4ec5a [clang-repl] Fix BUILD_SHARED_LIBS symbols from libclangInterpreter on MinGW (#71393)
  • 582f0469dae1 [CGExprConstant] stop calling into ConstExprEmitter for Reference type destinations (#70366)

Contributor checklist

Reviewer Guidelines

  • When submitting a review, please pick:
    • 'Approve' if this change would be acceptable in the codebase (even if there are minor or cosmetic tweaks that could be improved).
    • 'Request Changes' if this change would not be acceptable in our codebase (e.g. bugs, changes that will make development harder in future, security/performance issues, etc).
    • 'Comment' if you don't feel you have enough information to decide either way (e.g. if you have major questions, or you don't understand the context of the change sufficiently to fully review yourself, but want to make a comment)

kraj added 2 commits November 14, 2023 11:21
* 98bfdac5ce82 [BranchFolding] Remove dubious assert from operator< (#71639)
* 12c6ee8fd204 [GlobalOpt] Cache whether CC is changeable (#71381)
* 0a1274224ef8 [libc++] Fix UB in <expected> related to "has value" flag (#68552) (#68733)
* 42f8800b720f [clang] fix test PR69717.cpp (#72134)
* e666be92b44b [clang] Run test on x86 only
* aebee698ef16 [clang] Do not clear FP pragma stack when instantiating functions (#70646)
* 529aa6eadb27 [SLP]Fix PR70004: Do not change insert point for reduction gather nodes.
* 69b3baf9b87e [DAG] WidenVectorOperand - add basic handling for *_EXTEND_VECTOR_INREG nodes
* e7dc53b94212 [Mips] In LowerShift*Parts, xor with bits-1 instead of -1. (#71149)
* a6cbdae98272 [clang-format] Correctly annotate keyword operator function name (#66904)
* 094cfd14c813 Bump version to 17.0.5
* 05422e1dcf94 [Driver] Fix linking with -lm on Solaris (#65632)
* 910748f4ec5a [clang-repl] Fix BUILD_SHARED_LIBS symbols from libclangInterpreter on MinGW (#71393)
* 582f0469dae1 [CGExprConstant] stop calling into ConstExprEmitter for Reference type destinations (#70366)

Signed-off-by: Khem Raj <[email protected]>
@kraj kraj merged commit 74d3368 into kraj:master Nov 20, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant