summaryrefslogtreecommitdiffstats
path: root/include/clang-c
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2016-06-15 11:24:54 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2016-06-15 11:24:54 +0000
commitf61189768be9a4cd0a8fb63991456b6698cbb9fc (patch)
treeb7cfea0376268d8a8c00c397936ce48f7921b40f /include/clang-c
parent32c03b723d04144ec6ac6d7c873ceb6c3749d57b (diff)
Revert accidential "[MSVC] Late parsing of in-class defined member functions in template"
This reverts commit 0253605771b8bd9d414aba74fe2742c730d6fd1a. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272776 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang-c')
-rw-r--r--include/clang-c/Index.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h
index 5fb1b2c5c0..89612b9c93 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -2305,11 +2305,7 @@ enum CXCursorKind {
*/
CXCursor_OMPTargetUpdateDirective = 265,
- /** \brief A MS-specific late parsed compound statement.
- */
- CXCursor_MSLateParsedCompoundStmt = 266,
-
- CXCursor_LastStmt = CXCursor_MSLateParsedCompoundStmt,
+ CXCursor_LastStmt = CXCursor_OMPTargetUpdateDirective,
/**
* \brief Cursor that represents the translation unit itself.