[clang] Refactor traverse function with clearer function names (PR #71441)

2023-11-06 Thread via cfe-commits
https://github.com/796e43a5a8cdb73b92b closed https://github.com/llvm/llvm-project/pull/71441 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Refactor traverse function with clearer function names (PR #71441)

2023-11-06 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 74e0a26fd114cac39e251e4c2b6fbbadd6009887 1fc6f26966f0192bb1789b66778381d94cd6bbe5 --

[clang] Refactor traverse function with clearer function names (PR #71441)

2023-11-06 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (796e43a5a8cdb73b92b) Changes The `traverse` function has been updated for better readability and maintainability. The function now has clearer function names. --- Full diff: https://github.com/llvm/llvm-project/pull/71441.diff 1 F

[clang] Refactor traverse function with clearer function names (PR #71441)

2023-11-06 Thread via cfe-commits
https://github.com/796e43a5a8cdb73b92b created https://github.com/llvm/llvm-project/pull/71441 The `traverse` function has been updated for better readability and maintainability. The function now has clearer function names. >From 1fc6f26966f0192bb1789b66778381d94cd6bbe5 Mon Sep 17 00:00:00 20