teak-llvm/clang/tools/libclang
Alex Lorenz 977ffd7b8f [libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not Exprs
This change ensures that the libclang CXCursor represents the CoroutineBody
and the Coreturn statement using the appropriate CXCursor_UnexposedStmt kind
instead of CXCursor_UnexposedExpr. The problem with CXCursor_UnexposedExpr is
that the consumer functions assumed that CoroutineBody/Coreturn statements
were valid expressions and performed an invalid downcast to Expr causing
assertion failures or other crashes.

rdar://40204290

llvm-svn: 350282
2019-01-03 01:13:33 +00:00
..
ARCMigrate.cpp
BuildSystem.cpp Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
CIndex.cpp [AST] Unify the code paths of traversing lambda expressions. 2018-12-18 15:29:12 +00:00
CIndexCodeCompletion.cpp Fix includes and dependencies for libclang 2018-12-15 04:25:19 +00:00
CIndexCXX.cpp
CIndexDiagnostic.cpp Fix includes and dependencies for libclang 2018-12-15 04:25:19 +00:00
CIndexDiagnostic.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CIndexer.cpp IWYU for llvm-config.h in clang. See r331124 for details. 2018-04-30 13:52:15 +00:00
CIndexer.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CIndexHigh.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CIndexInclusionStack.cpp
CIndexUSRs.cpp
CLog.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CMakeLists.txt [libclang] Add dependency on clangSerialization to unbreak -DBUILD_SHARED_LIBS=1 build after rC349237 2018-12-15 08:54:06 +00:00
CursorVisitor.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CXComment.cpp
CXComment.h
CXCompilationDatabase.cpp
CXCursor.cpp [libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not Exprs 2019-01-03 01:13:33 +00:00
CXCursor.h [libclang] Unify getCursorDecl and getCursorParentDecl 2018-11-20 08:00:00 +00:00
CXIndexDataConsumer.cpp [index] Enhance indexing for module references 2018-09-18 15:02:56 +00:00
CXIndexDataConsumer.h [index] Enhance indexing for module references 2018-09-18 15:02:56 +00:00
CXLoadedDiagnostic.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CXLoadedDiagnostic.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CXSourceLocation.cpp
CXSourceLocation.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CXStoredDiagnostic.cpp Fix includes and dependencies for libclang 2018-12-15 04:25:19 +00:00
CXString.cpp
CXString.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CXTranslationUnit.h
CXType.cpp [AArch64] Add aarch64_vector_pcs function attribute to Clang 2018-11-26 16:38:37 +00:00
CXType.h
Index_Internal.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Indexing.cpp [Index] Set OrigD before D is changed. 2018-07-20 08:08:56 +00:00
libclang.exports [libclang 7/8] Add support for getting property setter and getter names 2018-08-03 05:38:29 +00:00