diff options
| author | Sean Callanan <scallanan@apple.com> | 2011-10-27 19:41:13 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2011-10-27 19:41:13 +0000 |
| commit | 9829801437b0bea7caa218df91eb6a6c4ffa2a34 (patch) | |
| tree | 662b51d15583dbf7fa3c67c1b425021069d11d26 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
| parent | 95fd2ca69f21f715d846d45178b1e57a76ee76ec (diff) | |
| download | llvm-9829801437b0bea7caa218df91eb6a6c4ffa2a34.zip llvm-9829801437b0bea7caa218df91eb6a6c4ffa2a34.tar.gz llvm-9829801437b0bea7caa218df91eb6a6c4ffa2a34.tar.bz2 | |
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
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions
