[PATCH] D20837: [pdb] Add unit tests for zero copy mapped block stream

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 14:41:41 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp:1-2
@@ +1,3 @@
+//===- llvm/unittest/DebugInfo/PDB/MappedBlockStreamTest.cpp
+//---------------===//
+//
----------------
Format.

================
Comment at: unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp:18
@@ +17,3 @@
+#include "gtest/gtest.h"
+using namespace llvm;
+using namespace llvm::codeview;
----------------
nit: add blank line between #include and using.


http://reviews.llvm.org/D20837





More information about the llvm-commits mailing list