[Lldb-commits] [PATCH] D12602: Separate ClangExpressionVariable from ExpressionVariable

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 4 12:34:49 PDT 2015


jingham added a comment.

That look good.  There's one place (noted inline) where you are missing a newline at the end of a file.  Fix that and it's good to go.


================
Comment at: source/Expression/ExpressionVariable.cpp:32-33
@@ +31,2 @@
+    return NULL;
+}
\ No newline at end of file

----------------
Add missing newline.


http://reviews.llvm.org/D12602





More information about the lldb-commits mailing list