Apply clang-tidy fixes for llvm-namespace-comment in ToolUtilities.h (NFC)

This commit is contained in:
Mehdi Amini 2022-01-11 23:37:59 +00:00
parent b0aea19813
commit ba37c3b152
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
namespace llvm {
class MemoryBuffer;
}
} // namespace llvm
namespace mlir {
struct LogicalResult;