Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OpenCL] Pretty print __private addr space | Anastasia Stulova | 2019-12-27 | 1 | -2/+2 |
| | | | | | | | | | | Add printing of __private address space to TypePrinter to allow it appears in diagnostics and AST dumps as all other language addr spaces. Tags: #clang Differential Revision: https://reviews.llvm.org/D71272 | ||||
* | [OpenCL] Add constant address space to __func__ in AST. | Anastasia Stulova | 2018-05-09 | 1 | -0/+8 |
Added string literal helper function to obtain the type attributed by a constant address space. Also fixed predefind __func__ expr to use the helper to constract the string literal correctly. Differential Revision: https://reviews.llvm.org/D46049 llvm-svn: 331877 |