I'll update as soon as I get a mac to test on.

REPOSITORY
  rL LLVM

================
Comment at: tools/lldb-server/lldb-gdbserver.cpp:57-58
@@ +56,4 @@
+
+namespace
+{
+
----------------
tberghammer wrote:
> Please make the functions and the global variables static instead of using an 
> anonymous namespace.
Done.

================
Comment at: tools/lldb-server/lldb-platform.cpp:42-43
@@ +41,4 @@
+
+namespace
+{
+
----------------
tberghammer wrote:
> Please make the functions and the global variables static instead of using an 
> anonymous namespace.
Done.

http://reviews.llvm.org/D7545

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to