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
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
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