[all-commits] [llvm/llvm-project] 5bb9bf: [SampleFDO] Remove 'using namespace' (NFC)
asif-manzoor via All-commits
all-commits at lists.llvm.org
Wed Jun 14 14:19:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bb9bf52cb0f94a820dc7d672bb53315ff62a9c5
https://github.com/llvm/llvm-project/commit/5bb9bf52cb0f94a820dc7d672bb53315ff62a9c5
Author: Muhammad Asif Manzoor <muhammad.asif.manzoor1 at huawei.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M llvm/include/llvm/Support/Discriminator.h
Log Message:
-----------
[SampleFDO] Remove 'using namespace' (NFC)
Remove 'using namespace' statement from header file to avoid propagating it to
other locations unnecessarily and avoid potential name collisions.
Reviewed By: wenlei
Differential Revision: https://reviews.llvm.org/D152727
More information about the All-commits
mailing list