Go to file
Pavel Labath 1ac2b20d25 Fix expression evaluation with operator new
Summary:
referencing a user-defined operator new was triggering an assert in clang because we were
registering the function name as string "operator new", instead of using the special operator
enum, which clang has for this purpose. Method operators already had code to handle this, and now
I extend this to cover free standing operator functions as well. Test included.

Reviewers: spyffe

Subscribers: sivachandra, paulherman, lldb-commits

Differential Revision: http://reviews.llvm.org/D17856

llvm-svn: 278670
2016-08-15 14:32:32 +00:00
clang [CodeGen] Ignore unnamed bitfields before handling vector fields 2016-08-15 07:20:40 +00:00
clang-tools-extra [clang-tidy] MPIBufferDerefCheck 2016-08-12 19:30:31 +00:00
compiler-rt Add compiler-rt side test for no_sanitize("cfi") attribute 2016-08-12 17:26:37 +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 Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx Check in SFINAE base class for use in optional/variant 2016-08-15 01:51:54 +00:00
libcxxabi Fix ASAN failures in the demangler 2016-08-13 00:02:33 +00:00
libunwind Allow building both shared and static library 2016-08-08 22:55:48 +00:00
lld [ELF] Linkerscript: fix bug in assignOffsets (check Sym for non-null) 2016-08-15 09:19:51 +00:00
lldb Fix expression evaluation with operator new 2016-08-15 14:32:32 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [AMDGPU] fix failure on printing of non-existing instruction operands. 2016-08-15 10:56:48 +00:00
openmp Fixes for hierarchical barrier (possible hang if team size changed). 2016-08-11 13:04:00 +00:00
parallel-libs [StreamExecutor] Add DeviceMemory and kernel arg packing 2016-08-08 16:45:19 +00:00
polly [tests] Force invariant load hoisting for test cases that need it II 2016-08-15 13:58:16 +00:00