Go to file
Jim Ingham f539174f9a Work around a bug in the C++ expression parser.
When the expression parser does name resolution for local
variables in C++ closures it doesn't give the local name
priority over other global symbols of the same name.  heap.py
uses "info" which is a fairly common name, and so the commands
in it fail.  This is a workaround, just use lldb_info not info.

<rdar://problem/34026140>

llvm-svn: 314959
2017-10-05 01:00:29 +00:00
clang Add testcase for r314956: 2017-10-05 00:48:18 +00:00
clang-tools-extra [clang-tidy] Emit note for variable declaration that are later deleted 2017-10-04 16:49:20 +00:00
compiler-rt [sanitizer] Move cxx-abi library earlier in link flags. 2017-10-04 23:35:14 +00:00
debuginfo-tests Revert r313600 due to bot failures on Green Dragon. 2017-09-19 14:51:37 +00:00
libclc Add vstore_half helpers for ptx 2017-10-04 19:07:48 +00:00
libcxx [libc++] Move cache variable definition. NFC 2017-10-04 23:51:57 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind build: use POSITION_INDEPENDENT_CODE instead of -fPIC 2017-10-03 20:22:26 +00:00
lld Refactor duplicated code. 2017-10-05 00:35:47 +00:00
lldb Work around a bug in the C++ expression parser. 2017-10-05 01:00:29 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). 2017-10-05 00:33:50 +00:00
openmp [test] Fix uninitialized memory in omp_taskloop_grainsize.c 2017-09-29 13:53:03 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopBuilder] Introduce -polly-stmt-granularity option. NFC. 2017-10-04 12:18:57 +00:00