[Lldb-commits] [PATCH] D13878: Add data formatters for go strings and slices.
Eugene Zelenko via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 19 18:45:24 PDT 2015
Eugene.Zelenko added inline comments.
================
Comment at: source/Plugins/Language/Go/GoFormatterFunctions.h:1
@@ +1,2 @@
+//===-- GoFormatterFunctions.h------------------------------------*- C++ -*-===//
+//
----------------
Such comments should be 80 characters long.
================
Comment at: source/Plugins/Language/Go/GoFormatterFunctions.h:15
@@ +14,3 @@
+#include <time.h>
+
+#include "lldb/lldb-forward.h"
----------------
Please add headers sections comments. Same for other sections. Clang headers should be before LLDB.
================
Comment at: source/Plugins/Language/Go/GoLanguage.cpp:11
@@ +10,3 @@
+#include "GoLanguage.h"
+
+#include <string.h>
----------------
Please add headers sections comments. GoLanguage.h should be in LLDB headers section.
Repository:
rL LLVM
http://reviews.llvm.org/D13878
More information about the lldb-commits
mailing list