[all-commits] [llvm/llvm-project] 18db08: [lld-macho] Use namespace qualifiers (macho::) ins...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jun 24 12:34:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 18db086dca8d3bc2a7f380e6164b44c40890712d
https://github.com/llvm/llvm-project/commit/18db086dca8d3bc2a7f380e6164b44c40890712d
Author: Fangrui Song <i at maskray.me>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M lld/MachO/ExportTrie.cpp
M lld/MachO/SyntheticSections.cpp
Log Message:
-----------
[lld-macho] Use namespace qualifiers (macho::) instead of `namespace lld { namespace macho {`
See https://llvm.org/docs/CodingStandards.html#use-namespace-qualifiers-to-implement-previously-declared-functions
Similar to D79982.
Reviewed By: #lld-macho, int3
Differential Revision: https://reviews.llvm.org/D82432
More information about the All-commits
mailing list