Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / IRReader / IRReader.h
index 2d9ace0b62a0426ba8bb3d77bab9c6eb133cf3a6..bdaea6d6c0cf4145d8f573052c863f9c85483f7e 100644 (file)
@@ -43,6 +43,6 @@ std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
 /// for it.
 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
                                     LLVMContext &Context);
-}
+} // namespace llvm
 
 #endif