summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-07-24 18:22:15 +0000
committerReid Kleckner <reid@kleckner.net>2014-07-24 18:22:15 +0000
commitba7644833f5cdbacfd517c771f8ae17991a18f11 (patch)
tree599599ad47f2f3fb432de4c2f202a09894c443de /clang/include/clang-c
parentc888e41c0c003889cedffe56b97b23ab4fcb5689 (diff)
downloadbcm5719-llvm-ba7644833f5cdbacfd517c771f8ae17991a18f11.tar.gz
bcm5719-llvm-ba7644833f5cdbacfd517c771f8ae17991a18f11.zip
Preserve libclang ABI compatibility with the 3.5 release
llvm-svn: 213886
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index dfc3a47f9f4..27655774f08 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2191,19 +2191,19 @@ enum CXCursorKind {
*/
CXCursor_OMPFlushDirective = 246,
- /** \brief OpenMP ordered directive.
+ /** \brief Windows Structured Exception Handling's leave statement.
*/
- CXCursor_OMPOrderedDirective = 247,
+ CXCursor_SEHLeaveStmt = 247,
- /** \brief OpenMP atomic directive.
+ /** \brief OpenMP ordered directive.
*/
- CXCursor_OMPAtomicDirective = 248,
+ CXCursor_OMPOrderedDirective = 248,
- /** \brief Windows Structured Exception Handling's leave statement.
+ /** \brief OpenMP atomic directive.
*/
- CXCursor_SEHLeaveStmt = 249,
+ CXCursor_OMPAtomicDirective = 249,
- CXCursor_LastStmt = CXCursor_SEHLeaveStmt,
+ CXCursor_LastStmt = CXCursor_OMPAtomicDirective,
/**
* \brief Cursor that represents the translation unit itself.
OpenPOWER on IntegriCloud