llvm-project/lldb
Sean Callanan 9829801437 Changed the way the expression parser handles variables
of reference types.  Previously, such variables were
materialized as references to those references, which
caused undesried behavior in Clang and was useless anyway
(the benefit of using references to variables is that it
allows expressions to modify variables in place, but for
references that's not required).

Now we just materialize the references directly, which
fixes a variety of expressions that use references.

llvm-svn: 143137
2011-10-27 19:41:13 +00:00
..
docs Add reference to ToT/examples/customization for more customization examples. 2011-10-12 19:20:04 +00:00
examples Add 'cd -' feature to change to the previous working directory. 2011-10-13 01:20:34 +00:00
include Changed the way the expression parser handles variables 2011-10-27 19:41:13 +00:00
lib Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00
lldb.xcodeproj Added VerifyDecl, a function that, when LLDB is 2011-10-26 01:06:27 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped versions for lldb-81 and debugserver-146. 2011-10-22 03:38:38 +00:00
scripts Fix typo in the docstring. 2011-10-26 00:44:40 +00:00
source Changed the way the expression parser handles variables 2011-10-27 19:41:13 +00:00
test Add bench history entries. 2011-10-27 18:43:39 +00:00
tools Remove unused include of deprecated header. 2011-10-23 16:31:38 +00:00
utils Remove utils/emacs directory from lldb. 2011-10-10 17:58:30 +00:00
www Updated the grossly out of date status page. 2011-10-27 01:33:27 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00