Changes inlined into code as comments.
================ Comment at: include/lldb/API/SBPlatform.h:14-15 @@ -13,1 +13,4 @@ #include "lldb/API/SBDefines.h" +#include "lldb/API/SBLaunchInfo.h" +#include "lldb/API/SBTarget.h" + ---------------- We shouldn't need these in the header file. Only a reference to SBLaunchInfo is used below. Put them in the .cpp file. ================ Comment at: source/API/SBPlatform.cpp:218 @@ -217,2 +217,3 @@ + void ---------------- Remove this line so there are no diffs generated here. http://reviews.llvm.org/D7263 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
