[Mlir-commits] [mlir] 8e24e03 - [MLIR] Apply clang-tidy fixes for llvm-namespace-comment in TestVulkanRunnerPipeline.cpp (NFC)

Mehdi Amini llvmlistbot at llvm.org
Wed Aug 27 10:47:23 PDT 2025


Author: Mehdi Amini
Date: 2025-08-27T10:46:43-07:00
New Revision: 8e24e035ecd51cdd4220d240cbc94d4c1fc49ea5

URL: https://github.com/llvm/llvm-project/commit/8e24e035ecd51cdd4220d240cbc94d4c1fc49ea5
DIFF: https://github.com/llvm/llvm-project/commit/8e24e035ecd51cdd4220d240cbc94d4c1fc49ea5.diff

LOG: [MLIR] Apply clang-tidy fixes for llvm-namespace-comment in TestVulkanRunnerPipeline.cpp (NFC)

Added: 
    

Modified: 
    mlir/test/lib/Pass/TestVulkanRunnerPipeline.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/test/lib/Pass/TestVulkanRunnerPipeline.cpp b/mlir/test/lib/Pass/TestVulkanRunnerPipeline.cpp
index c3c871a539291..f5a6fc5ea2b20 100644
--- a/mlir/test/lib/Pass/TestVulkanRunnerPipeline.cpp
+++ b/mlir/test/lib/Pass/TestVulkanRunnerPipeline.cpp
@@ -29,7 +29,7 @@ using namespace mlir;
 namespace mlir::test {
 std::unique_ptr<Pass> createTestConvertToSPIRVPass(bool convertGPUModules,
                                                    bool nestInGPUModule);
-}
+} // namespace mlir::test
 
 namespace {
 


        


More information about the Mlir-commits mailing list