Open nickdesaulniers opened 2 hours ago
@llvm/issue-subscribers-libc
Author: Nick Desaulniers (nickdesaulniers)
Hi!
This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
test/
create fine-grained testing targets, so you can e.g. use make check-clang-ast
to only run Clang's AST tests.git clang-format HEAD~1
to format your changes.If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below.
@llvm/issue-subscribers-good-first-issue
Author: Nick Desaulniers (nickdesaulniers)
libc/src/__support/big_int.h has the header guards:
These 3 should be changed to
LLVM_LIBC_SRC___SUPPORT_BIG_INT_H
.