Go to file
Greg Clayton df62e731ea "frame variable" and "target variable" shouldn't allow us to get the address of bitfields.
"frame variable" and "target variable" are trying to emulate the expression parser when doing things like:

(lldb) frame variable &my_struct.my_bitfield

And since the expression parser doesn't allow this, we shouldn't allow "frame variable" or "target variable" to succeed.

<rdar://problem/27208607> 

llvm-svn: 274703
2016-07-06 23:16:24 +00:00
clang Retry "Include debug info for nested structs and classes" 2016-07-06 22:39:15 +00:00
clang-tools-extra [clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methods 2016-07-05 14:40:44 +00:00
compiler-rt [esan|wset] Ensure SIGSEGV is not blocked 2016-07-06 21:04:48 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/244/ 2016-07-06 18:24:53 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld Read the implicit addend of R_386_GOT32X. 2016-07-06 21:48:50 +00:00
lldb "frame variable" and "target variable" shouldn't allow us to get the address of bitfields. 2016-07-06 23:16:24 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Minor code cleanup. NFC. 2016-07-06 23:15:18 +00:00
openmp Fix the nowait tests for omp for and omp single 2016-07-06 17:26:12 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly isl: isl-0.17.1-164-gcbba1b6 2016-07-06 09:11:00 +00:00