[Mlir-commits] [mlir] b0aea19 - Apply clang-tidy fixes for llvm-namespace-comment in ParallelLoopMapper.h (NFC)

Mehdi Amini llvmlistbot at llvm.org
Thu Jan 13 15:27:29 PST 2022


Author: Mehdi Amini
Date: 2022-01-13T23:25:49Z
New Revision: b0aea1981358eb9f98ac9196ae6d5ee3621aab24

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

LOG: Apply clang-tidy fixes for llvm-namespace-comment in ParallelLoopMapper.h (NFC)

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/GPU/ParallelLoopMapper.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/GPU/ParallelLoopMapper.h b/mlir/include/mlir/Dialect/GPU/ParallelLoopMapper.h
index 3e5f288336f2..07d92e82ab5a 100644
--- a/mlir/include/mlir/Dialect/GPU/ParallelLoopMapper.h
+++ b/mlir/include/mlir/Dialect/GPU/ParallelLoopMapper.h
@@ -34,7 +34,7 @@ class Region;
 namespace mlir {
 namespace scf {
 class ParallelOp;
-}
+} // namespace scf
 
 namespace gpu {
 


        


More information about the Mlir-commits mailing list