summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/builtins.cl
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Handle errors during rewriteBuiltinFunctionDeclDavid Majnemer2016-07-211-1/+4
| | | | | | | | | | rewriteBuiltinFunctionDecl can encounter errors when performing DefaultFunctionArrayLvalueConversion. These errors were not handled which led to a null pointer dereference. This fixes PR28651. llvm-svn: 276352
* Sema: Accept pointers to any address space for builtin functionsTom Stellard2015-03-311-0/+8
As long as they don't have an address space explicitly defined. This allows builtins with pointer arguments to be used with OpenCL. llvm-svn: 233706
OpenPOWER on IntegriCloud