[Lldb-commits] [lldb] r286093 - [lldb] Fix -Waggressive-loop-optimizations warning

2016-11-06 Thread Vedant Kumar via lldb-commits
Author: vedantk Date: Sun Nov 6 20:39:37 2016 New Revision: 286093 URL: http://llvm.org/viewvc/llvm-project?rev=286093&view=rev Log: [lldb] Fix -Waggressive-loop-optimizations warning We shouldn't access past the end of an array, even if we think that the layout of the struct containing the arra

[Lldb-commits] [PATCH] D26338: [lldb] Don't build unit tests for unsupported targets

2016-11-06 Thread Vedant Kumar via lldb-commits
vsk created this revision. vsk added a reviewer: jasonmolenda. vsk added a subscriber: lldb-commits. Herald added a subscriber: mgorny. Should fix: https://llvm.org/bugs/show_bug.cgi?id=30928 https://reviews.llvm.org/D26338 Files: unittests/UnwindAssembly/CMakeLists.txt unittests/UnwindAsse

[Lldb-commits] [lldb] r286088 - Convert some helper functions to use StringRef.

2016-11-06 Thread Zachary Turner via lldb-commits
Author: zturner Date: Sun Nov 6 18:07:25 2016 New Revision: 286088 URL: http://llvm.org/viewvc/llvm-project?rev=286088&view=rev Log: Convert some helper functions to use StringRef. I will probably submit a lot of small trivial changes like this over the coming weeks. The end goal is to convert