[all-commits] [llvm/llvm-project] 479a82: [Support] Use namespace qualifiers in Parallel.cpp...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Mar 29 11:13:40 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 479a826ce9152673041b00c11ca0f128c429d8f7
https://github.com/llvm/llvm-project/commit/479a826ce9152673041b00c11ca0f128c429d8f7
Author: Fangrui Song <i at maskray.me>
Date: 2026-03-29 (Sun, 29 Mar 2026)
Changed paths:
M llvm/lib/Support/Parallel.cpp
Log Message:
-----------
[Support] Use namespace qualifiers in Parallel.cpp. NFC (#189268)
Replace `namespace llvm { namespace parallel { ... } }` blocks with
`using namespace` and qualified definitions per
https://llvm.org/docs/CodingStandards.html#use-namespace-qualifiers-to-define-previously-declared-symbols
Also reformat the TaskGroup constructor to avoid clang-format issues
with #if/#endif split across the initializer list.
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