llvm/llvm-project

move `AST_MATCHER(VarDecl, isLocal) { return Node.isLocalVarDecl(); }` to ast-matcher

Open

#117,431 opened on 2024年11月23日

GitHub で見る
 (9 comments) (0 reactions) (1 assignee)C++ (10,782 forks)batch import
clang-tidygood first issue

Repository metrics

Stars
 (26,378 stars)
PR merge metrics
 (平均マージ 1d 2h) (30d で 1,000 merged PRs)

説明

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.

コントリビューターガイド