summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/symbol-visibility.c
Commit message (Collapse)AuthorAgeFilesLines
* clang-c: Add the clang_getCursorVisibility() APIEhsan Akhgari2016-05-311-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 messageEhsan Akhgari2016-05-311-7/+0
| | | | llvm-svn: 271291
* Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari2015-11-231-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
OpenPOWER on IntegriCloud