llvm-project
https://github.com/llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported216 Subscribers
View all SubscribersAdd a CodeTriage badge to llvm-project
Help out
- Issues
- [fuzz] Assertion `(NewDecl->getFriendObjectKind() || !OldDecl->getLexicalDeclContext()->isDependentContext()) && "non-friend with qualified name defined in dependent context"' failed.
- Debug info for template variables don't have unique names
- If the contents of a `nullptr_t` are modified through type-punned union, conversions from that `nullptr_t` to `bool` don't behave the same as conversion from `nullptr` to `bool`
- Compiler accepting ill-formed program trying to define a struct via `using-declaration`
- Segmentation fault when using nested templated typedefs
- Add dead store related warnings
- compiling w `-fno-exceptions` generates errors on `throw` in templates that are never instantiated
- clang crashes on C++ code with oversized bit-field (CGRecordLowering::accumulateFields() tries to create IntegerType with too many bits)
- Invalid instructions generated for bitfield within a global structure.
- clang crashes on valid C++ code: Assertion `Permissive || !(!LabelAndGotoScopes.count(TheLabel->getStmt()))' failed
- Docs
- not yet supported