diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2016-06-15 11:24:54 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2016-06-15 11:24:54 +0000 |
commit | 61deb4dadc1682c044e1c3910ec45d36d9452fba (patch) | |
tree | 920d3e3d671cb73f19a5e39c096a2333858313b9 /clang/include/clang-c | |
parent | b46cdeae9f5e94b12ca321e91ddef0974440222e (diff) | |
download | bcm5719-llvm-61deb4dadc1682c044e1c3910ec45d36d9452fba.tar.gz bcm5719-llvm-61deb4dadc1682c044e1c3910ec45d36d9452fba.zip |
Revert accidential "[MSVC] Late parsing of in-class defined member functions in template"
This reverts commit 0253605771b8bd9d414aba74fe2742c730d6fd1a.
llvm-svn: 272776
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r-- | clang/include/clang-c/Index.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 5fb1b2c5c04..89612b9c93a 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/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. |