llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin`
running on `doug-worker-5` while building `clang` at step 6
"test-build-unified-tree-check-all".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/190/builds/9287
Here is the
https://github.com/zyn0217 closed
https://github.com/llvm/llvm-project/pull/115646
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Sirraide approved this pull request.
https://github.com/llvm/llvm-project/pull/115646
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Younan Zhang (zyn0217)
Changes
The function definition instantiation assumes any declarations used inside are
already transformed before transforming the body, so we need to preserve the
transformed expression of CXXAssumeAttr even if it
https://github.com/zyn0217 created
https://github.com/llvm/llvm-project/pull/115646
The function definition instantiation assumes any declarations used inside are
already transformed before transforming the body, so we need to preserve the
transformed expression of CXXAssumeAttr even if it is