Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Handle errors during rewriteBuiltinFunctionDecl | David Majnemer | 2016-07-21 | 1 | -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 functions | Tom Stellard | 2015-03-31 | 1 | -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 |