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

[pull] main from llvm:main #12

Merged
merged 9 commits into from
Jul 4, 2021
Merged

[pull] main from llvm:main #12

merged 9 commits into from
Jul 4, 2021

Conversation

pull[bot]
Copy link

@pull pull bot commented Jul 3, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

RKSimon added 4 commits July 3, 2021 16:32
…where possible. NFC.

This also allows us to use KnownBits::extractBits in one case.
These should be folded by D103323
…ons. NFC.

These are identical and can be just const.
@pull pull bot added the ⤵️ pull label Jul 3, 2021
jubnzv and others added 5 commits July 4, 2021 06:57
Fix offset calculation routines in padding checker to avoid assertion
errors described in bugzilla issue 50426. The fields that are subojbects
of zero size, marked with [[no_unique_address]] or empty bitfields will
be excluded from padding calculation routines.

Reviewed By: NoQ

Differential Revision: https://reviews.llvm.org/D104097
Compiling clangd with Clang modules and libc++ revealed that
`support/Threading.h` uses `std::atomic` but wasn't including the
correct header.

Differential Revision: https://reviews.llvm.org/D105400
Compiling LLVM with Clang modules and libc++ identified that
`Support/Printable.h` and `ADL/SmallVector.h` were using features that
live in these headers.

Differential Revision: https://reviews.llvm.org/D105402
Same as other CreateLoad-style APIs, these need an explicit type
argument to support opaque pointers.

Differential Revision: https://reviews.llvm.org/D105395
@devkadirselcuk devkadirselcuk merged commit ba5501b into turkdevops:main Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment