[all-commits] [llvm/llvm-project] 439d27: [llvm-objdump] Move llvm:: to llvm::objdump:: and ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat May 30 18:01:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 439d27d79f58282b618881142244bbdcb1f28345
https://github.com/llvm/llvm-project/commit/439d27d79f58282b618881142244bbdcb1f28345
Author: Fangrui Song <maskray at google.com>
Date: 2020-05-30 (Sat, 30 May 2020)
Changed paths:
M llvm/tools/llvm-objdump/COFFDump.cpp
M llvm/tools/llvm-objdump/llvm-objdump.cpp
M llvm/tools/llvm-objdump/llvm-objdump.h
Log Message:
-----------
[llvm-objdump] Move llvm:: to llvm::objdump:: and qualifying definitions with objdump::
Or adding `static`.
Qualifying definitions with `objdump::` comforms to the coding standards
https://llvm.org/docs/CodingStandards.html#use-namespace-qualifiers-to-implement-previously-declared-functions
More information about the All-commits
mailing list