Open HerrCai0907 opened 6 days ago
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: Congcong Cai (HerrCai0907)
@llvm/issue-subscribers-clang-tidy
Author: Congcong Cai (HerrCai0907)
Most probably checks could switch to hasLocalStorage, and result would be same.
Most probably checks could switch to hasLocalStorage, and result would be same.
isLocal will contains static local.
Hello, could I take up this issue? Thanks!
hello, can you assign this to me?
hello, can you assign this to me?
@phychee put up a PR for this already, so I assigned it to them first (sorry).
isLocal
used in some of tidy's check. I think maybe we can move it to some common part. e.g. ast-matcher or clang-tidy/utils folder.