Enrico Granata
7569f23330
Fixing a potential issue where the NSIndexPath formatter could try to access stale data
...
No test because I did not see this happen - it has been found by code inspection as a response to seeing crash logs about this
llvm-svn: 239851
2015-06-16 20:48:49 +00:00
Pavel Labath
c7c30eb528
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
...
This seems to break expression evaluation on the linux build.
llvm-svn: 239366
2015-06-08 23:38:06 +00:00
Pavel Labath
c33ae024a6
Introduce a TypeSystem interface to support adding non-clang languages.
...
Reviewers: clayborg
Reviewed By: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D8712
Original Author: Ryan Brown <ribrdb@google.com>
llvm-svn: 239360
2015-06-08 22:27:10 +00:00
Bruce Mitchener
11d86362ae
Remove duplicated code for synthetic array members.
...
Summary:
The code for GetSyntheticArrayMemberFromPointer and
GetSyntheticArrayMemberFromArray was identical, so just collapse the
the methods into one.
Reviewers: granata.enrico, clayborg
Reviewed By: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D7911
llvm-svn: 230708
2015-02-26 23:55:39 +00:00
Zachary Turner
225cc30afe
Change auto to size_t to fix warning.
...
Patch by Dan Sinclair
Differential Revision: http://reviews.llvm.org/D6899
llvm-svn: 225539
2015-01-09 20:15:03 +00:00
Eric Christopher
098f898fd2
Move anonymous types declared in an anonymous union to
...
outside the anonymous union as it's a language extension
we don't normally support.
llvm-svn: 220320
2014-10-21 20:39:34 +00:00
Enrico Granata
5510a5762c
Add synthetic children support for NSIndexPath
...
llvm-svn: 219852
2014-10-15 21:38:32 +00:00