summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2016-05-31 15:39:10 +0000
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2016-05-31 15:39:10 +0000
commit3a562e6f703a0eaeee7db3674baf7876ed954f91 (patch)
tree6331f7b1445198b91c56bd94cf64a3141733ce40 /clang/include/clang-c
parent7ad97b2fe42e32344ff81ea09368f029e3300f97 (diff)
downloadbcm5719-llvm-3a562e6f703a0eaeee7db3674baf7876ed954f91.tar.gz
bcm5719-llvm-3a562e6f703a0eaeee7db3674baf7876ed954f91.zip
Revert r253909 because it was committed with an incorrect message
llvm-svn: 271291
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index dbcd0c8840f..790effea1d7 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2516,32 +2516,6 @@ enum CXLinkageKind {
*/
CINDEX_LINKAGE enum CXLinkageKind clang_getCursorLinkage(CXCursor cursor);
-enum CXVisibilityKind {
- /** \brief This value indicates that no visibility information is available
- * for a provided CXCursor. */
- CXVisibility_Invalid,
-
- /** \brief Symbol not seen by the linker. */
- CXVisibility_Hidden,
- /** \brief Symbol seen by the linker but resolves to a symbol inside this object. */
- CXVisibility_Protected,
- /** \brief Symbol seen by the linker and acts like a normal symbol. */
- CXVisibility_Default
-};
-
-/**
- * \brief Describe the visibility of the entity referred to by a cursor.
- *
- * This returns the default visibility if not explicitly specified by
- * a visibility attribute. The default visibility may be changed by
- * commandline arguments.
- *
- * \param cursor The cursor to query.
- *
- * \returns The visibility of the cursor.
- */
-CINDEX_LINKAGE enum CXVisibilityKind clang_getCursorVisibility(CXCursor cursor);
-
/**
* \brief Determine the availability of the entity that this cursor refers to,
* taking the current target platform into account.
OpenPOWER on IntegriCloud