[all-commits] [llvm/llvm-project] c4eb88: Revert "[LoongArch] Change 'using namespace llvm; '...
Lu Weining via All-commits
all-commits at lists.llvm.org
Tue Jul 18 22:10:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4eb880d433171d6571c873bd2e5510978816f5a
https://github.com/llvm/llvm-project/commit/c4eb880d433171d6571c873bd2e5510978816f5a
Author: Weining Lu <luweining at loongson.cn>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/lib/TargetParser/LoongArchTargetParser.cpp
Log Message:
-----------
Revert "[LoongArch] Change 'using namespace llvm;' to 'namespace llvm {' in LoongArchTargetParser.cpp. NFC"
This reverts commit 586321467a0d48573ae643e837a6c4eaf6bc75db.
Reason to revert:
These changes are inconsistent with the [[https://llvm.org/docs/CodingStandards.html#use-namespace-qualifiers-to-implement-previously-declared-functions|LLVM stype guide]].
More information about the All-commits
mailing list