Open cjdb opened 4 months ago
@llvm/issue-subscribers-c-20
Author: Christopher Di Bella (cjdb)
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: Christopher Di Bella (cjdb)
Link: https://wg21.link/p1466r3
NOTE: WIP updating the issue with subtasks
P1466R3: Miscellaneous minor fixes for chrono
1.
operator==
https://github.com/llvm/llvm-project/commit/db99d3a2a238f532ee8369b5599ee134db753247operator+
https://github.com/llvm/llvm-project/commit/db99d3a2a238f532ee8369b5599ee134db753247operator<<
5.