Lines Matching +full:- +full:- +full:issue +full:- +full:number
7 LLVM-libc is being developed as part of the LLVM project so contributions
12 #. **Beginner Bugs** - Help us tackle
13 `good first issues <https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3Alibc+label%3A%22good+first+issue%22>`__.
15 issue" by the team as potentially easier places to get started. Please do
17 there's been no movement on the issue from the assignee, in which place do
20 #. **Cleanup code-style** - The libc project follows the general
22 few aspects: We use ``snake_case`` for non-constant variable and function
27 currently followed by the `LLD project <https://github.com/llvm/llvm-project/tree/main/lld>`_.
34 #. **Implement Linux syscall wrappers** - A large portion of the POSIX API can
35 be implemented as syscall wrappers on Linux. A good number have already been
40 #. **Update the clang-tidy lint rules and use them in the build and/or CI** -
46 #. **double and higher precision math functions** - These are under active
50 #. **Contribute a new OS/Architecture port** - You can contribute a new