[all-commits] [llvm/llvm-project] 43df97: llvm-profgen: Avoid "using namespace" in headers (...
Matthias Braun via All-commits
all-commits at lists.llvm.org
Mon Aug 18 11:55:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43df97a909fbb0ebc8416b9faa88de21447fc3fe
https://github.com/llvm/llvm-project/commit/43df97a909fbb0ebc8416b9faa88de21447fc3fe
Author: Matthias Braun <matze at braunis.de>
Date: 2025-08-18 (Mon, 18 Aug 2025)
Changed paths:
M llvm/tools/llvm-profgen/CSPreInliner.h
M llvm/tools/llvm-profgen/ErrorHandling.h
M llvm/tools/llvm-profgen/PerfReader.cpp
M llvm/tools/llvm-profgen/PerfReader.h
M llvm/tools/llvm-profgen/ProfileGenerator.cpp
M llvm/tools/llvm-profgen/ProfileGenerator.h
M llvm/tools/llvm-profgen/ProfiledBinary.cpp
M llvm/tools/llvm-profgen/ProfiledBinary.h
M llvm/tools/llvm-profgen/llvm-profgen.cpp
Log Message:
-----------
llvm-profgen: Avoid "using namespace" in headers (#147631)
Avoid global `using namespace` directives in headers as they are bad
style.
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