[all-commits] [llvm/llvm-project] 6eb1dd: [NFC][LLVM] Code cleanup in `llvm-xray` (#164080)
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Mon Oct 20 09:36:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6eb1ddf6eae2b8c2ed5e2c1a426b9e6586e91745
https://github.com/llvm/llvm-project/commit/6eb1ddf6eae2b8c2ed5e2c1a426b9e6586e91745
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M llvm/tools/llvm-xray/func-id-helper.h
M llvm/tools/llvm-xray/trie-node.h
M llvm/tools/llvm-xray/xray-account.cpp
M llvm/tools/llvm-xray/xray-account.h
M llvm/tools/llvm-xray/xray-color-helper.h
M llvm/tools/llvm-xray/xray-converter.cpp
M llvm/tools/llvm-xray/xray-converter.h
M llvm/tools/llvm-xray/xray-extract.cpp
M llvm/tools/llvm-xray/xray-graph-diff.cpp
M llvm/tools/llvm-xray/xray-graph-diff.h
M llvm/tools/llvm-xray/xray-graph.cpp
M llvm/tools/llvm-xray/xray-graph.h
M llvm/tools/llvm-xray/xray-registry.cpp
M llvm/tools/llvm-xray/xray-registry.h
M llvm/tools/llvm-xray/xray-stacks.cpp
Log Message:
-----------
[NFC][LLVM] Code cleanup in `llvm-xray` (#164080)
- Use nested namespace definitions in header files.
- Mark file local function static and enclods file local structs in
anonymous namespace.
- Drop some unnecessary namespace qualifiers.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list