Re: [Lldb-commits] [PATCH] D11323: Initialize variable to prevent garbage values (RenderScriptRuntime)

2015-07-24 Thread Ewan Crawford
This revision was automatically updated to reflect the committed changes. Closed by commit rL243104: Initialize variable to prevent garbage values (RenderScriptRuntime) (authored by EwanCrawford). Changed prior to commit: http://reviews.llvm.org/D11323?vs=30064id=30567#toc Repository: rL

Re: [Lldb-commits] [PATCH] D11323: Initialize variable to prevent garbage values (RenderScriptRuntime)

2015-07-24 Thread Neil Parikh
neilparikh added a comment. That site says that commit access is granted after a few patches. This is my first patch, so it seems like I need to get someone else commit it for me (based on how I interpreted that page). If that's the case, could you commit this? Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D11323: Initialize variable to prevent garbage values (RenderScriptRuntime)

2015-07-23 Thread Neil Parikh
neilparikh added a comment. No problem, thanks. What's the process to commit this (I don't have commit access)? Repository: rL LLVM http://reviews.llvm.org/D11323 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu

[Lldb-commits] [PATCH] D11323: Initialize variable to prevent garbage values (RenderScriptRuntime)

2015-07-17 Thread Neil Parikh
neilparikh created this revision. neilparikh added a reviewer: domipheus. neilparikh added a subscriber: lldb-commits. neilparikh set the repository for this revision to rL LLVM. The kernels_found variable is not initialized, so if it is not assigned true on line 823, then it will be a garbage