forked from OSchip/llvm-project
5cffa45401
Methods can now be qualified with address spaces to prevent undesirable conversions to generic or to provide custom implementation to be used if the object is located in certain memory segments. This commit extends parsing and standard C++ overloading to work for an address space of a method (i.e. implicit 'this' parameter). Differential Revision: https://reviews.llvm.org/D55850 llvm-svn: 351747 |
||
---|---|---|
.. | ||
address-space-of-this-class-scope.cl | ||
address-space-templates.cl | ||
address_space_overloading.cl | ||
method-overload-address-space.cl | ||
newdelete.cl | ||
restricted.cl |