Go to file
Rui Ueyama 00cf731ecd Make empty arguments visible in error messages.
Before this patch, lld printed out something like

  error: -O: number expected, but got

After this patch, it prints out the same error message like this:

  error: -O: number expected, but got ''

Fixes https://bugs.llvm.org/show_bug.cgi?id=34311

llvm-svn: 311681
2017-08-24 18:34:32 +00:00
clang Revert "[ubsan] PR34266: When sanitizing the 'this' value for a member function that happens to be a lambda call operator, use the lambda's 'this' pointer, not the captured enclosing 'this' pointer (if any)." 2017-08-24 18:18:24 +00:00
clang-tools-extra
compiler-rt Mark allocator_oom_test.cc unsupported on arm & aarch64 (PR33972) 2017-08-24 17:00:36 +00:00
debuginfo-tests
libclc
libcxx
libcxxabi
libunwind
lld Make empty arguments visible in error messages. 2017-08-24 18:34:32 +00:00
lldb Fixed a typo in the example (getName -> GetName) 2017-08-24 18:01:50 +00:00
llgo
llvm Remove duplicate code 2017-08-24 17:02:38 +00:00
openmp
parallel-libs
polly