Skip to content
Commit 39d1a097 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Forbid the use of C++ new/delete to allocate/free objects within an

address space. I could see that this functionality would be useful,
but not in its current form (where the address space is ignored):
rather, we'd want to encode the address space into the parameter list
passed to operator new/operator delete somehow, which would require a
bunch more semantic analysis.

llvm-svn: 129593
parent a3a020ae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment