Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-c: Add the clang_getCursorVisibility() API | Ehsan Akhgari | 2016-05-31 | 1 | -0/+7 |
| | | | | | | | | | This patch adds an API for querying the visibility of the entity referred to by a cursor. Patch by Michael Wu <mwu@mozilla.com>. llvm-svn: 271292 | ||||
* | Revert r253909 because it was committed with an incorrect message | Ehsan Akhgari | 2016-05-31 | 1 | -7/+0 |
| | | | | llvm-svn: 271291 | ||||
* | Make clang_Cursor_getMangling not mangle if the declaration isn't mangled | Ehsan Akhgari | 2015-11-23 | 1 | -0/+7 |
Right now clang_Cursor_getMangling will attempt to mangle any declaration, even if the declaration isn't mangled (extern C). This results in a partially mangled name which isn't useful for much. This patch makes clang_Cursor_getMangling return an empty string if the declaration isn't mangled. Patch by Michael Wu <mwu@mozilla.com>. llvm-svn: 253909 |