summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/address-space-newdelete.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Forbid the use of C++ new/delete to allocate/free objects within anDouglas Gregor2011-04-151-0/+24
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
OpenPOWER on IntegriCloud