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
- Register allocator should be able to preserve all local values throughout their scopes in unoptimized code to aid debugger
- C++1y "void is a literal type" should be accepted in C++11 mode with a warning
- [fuzz] Assertion `VDecl->isLinkageValid()' failed.
- [fuzz] Assertion `!R.empty() && "lookup for a constructor or assignment operator was empty"' failed.
- [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
- Docs
- not yet supported