hanchenye-llvm-project/clang/lib/Sema
Nick Lewycky fe71238b8d Add a workaround for PR7947, a crash trying to recover from invalid C++ code.
llvm-svn: 111675
2010-08-20 20:54:15 +00:00
..
Action.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
AnalysisBasedWarnings.cpp Move Sema's headers into include/clang/Sema, renaming a few along the way. 2010-08-12 20:07:10 +00:00
AttributeList.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
CMakeLists.txt Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
CodeCompleteConsumer.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
DeclSpec.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
IdentifierResolver.cpp More PCH -> AST renaming. 2010-08-18 23:57:06 +00:00
JumpDiagnostics.cpp Move Sema's headers into include/clang/Sema, renaming a few along the way. 2010-08-12 20:07:10 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Sema.cpp Rename PCHReader to ASTReader. 2010-08-18 23:56:43 +00:00
SemaAccess.cpp Revert r111609, which is failing its new test. 2010-08-20 03:26:10 +00:00
SemaAttr.cpp Generate Attr subclasses with TableGen. 2010-08-18 23:23:40 +00:00
SemaCXXCast.cpp On second thought, don't warn about reinterpret_casts under -Wcast-align. 2010-08-19 01:19:08 +00:00
SemaCXXScopeSpec.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaChecking.cpp Generate Attr subclasses with TableGen. 2010-08-18 23:23:40 +00:00
SemaCodeComplete.cpp More PCH -> AST renaming. 2010-08-18 23:57:06 +00:00
SemaDecl.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaDeclAttr.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaDeclCXX.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaDeclObjC.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaExceptionSpec.cpp Move Sema's headers into include/clang/Sema, renaming a few along the way. 2010-08-12 20:07:10 +00:00
SemaExpr.cpp Add a workaround for PR7947, a crash trying to recover from invalid C++ code. 2010-08-20 20:54:15 +00:00
SemaExprCXX.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaExprObjC.cpp Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() 2010-08-17 12:54:38 +00:00
SemaInit.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaLookup.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaObjCProperty.cpp StringRef'ication of lots stuff, patch by Peter Davies! 2010-08-17 22:39:59 +00:00
SemaOverload.cpp We don't actually need to check the implicit object argument's 2010-08-19 17:02:01 +00:00
SemaStmt.cpp Typo. 2010-08-12 22:33:42 +00:00
SemaTemplate.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaTemplateDeduction.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaTemplateInstantiate.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaTemplateInstantiateDecl.cpp Correctly instantiate templates with non-type template arguments that 2010-08-19 23:06:02 +00:00
SemaType.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
TargetAttributesSema.cpp Generate Attr subclasses with TableGen. 2010-08-18 23:23:40 +00:00
TargetAttributesSema.h Generalize target weirdness handling having proper layering in mind: 2010-01-10 12:58:08 +00:00
TreeTransform.h Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00