[all-commits] [llvm/llvm-project] 991dc4: Remove a top-level "using namespace" in TargetTran...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Mar 15 05:55:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 991dc4b4e012ce8c7b631ae750ae6e070365c6db
https://github.com/llvm/llvm-project/commit/991dc4b4e012ce8c7b631ae750ae6e070365c6db
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
Log Message:
-----------
Remove a top-level "using namespace" in TargetTransformInfoImpl.h
Avoids polluting the namespace of all files including the header.
More information about the All-commits
mailing list