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
- clang-cl does not work with `/MDd` (dynamic debug CRT) due to `std::locale` link errors
- Exception raised in copy constructor during EH should go to terminator()
- False positive when aliasing structure
- alloca and memcpy is very slow, opposed to inline assignment
- static analyzer false positive: errno will always be nonzero after read(2) returns an error
- symbol lookup of bss variable in shared library chooses one from shared library instead of from executable
- Instrument `<`, `<=`, `>`, `>=` and `-` on pointers to find when unrelated pointers are compared (subtracted)
- Clang crashes while compiling KDE's Kate 4.12.2 on x86 (ok on amd64)
- ##__VA_ARGS__ does not expand inner macros, whereas __VA_ARGS__ works as expected
- Premature instantiation of special member function declarations
- Docs
- not yet supported