llvm-project/clang/lib/Sema
John McCall 1ababa63de Continue to instantiate sub-statements in a CompoundStmt as long as
we don't see a DeclStmt (failure to instantiate which generally causes
panic).

llvm-svn: 112282
2010-08-27 19:56:05 +00:00
..
AnalysisBasedWarnings.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
AttributeList.cpp Abstract out passing around types and kill off ActionBase. 2010-08-24 05:47:05 +00:00
CMakeLists.txt One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
CodeCompleteConsumer.cpp Move the sorting of code-completion results out of the main path and 2010-08-26 13:48:20 +00:00
DeclSpec.cpp Make sure we clear TypeSpecOwned when setting TypeSpecType to something when 2010-08-26 17:22:34 +00:00
IdentifierResolver.cpp Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +00:00
JumpDiagnostics.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +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 One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaAccess.cpp Propagate whether an id-expression is the immediate argument of 2010-08-27 09:08:28 +00:00
SemaAttr.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaCXXCast.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaCXXScopeSpec.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
SemaChecking.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
SemaCodeComplete.cpp Suggest "const" and "volatile" code completions after a function 2010-08-27 17:35:51 +00:00
SemaDecl.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaDeclAttr.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaDeclCXX.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaDeclObjC.cpp De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
SemaExceptionSpec.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
SemaExpr.cpp Propagate whether an id-expression is the immediate argument of 2010-08-27 09:08:28 +00:00
SemaExprCXX.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaExprObjC.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaInit.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaLookup.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
SemaObjCProperty.cpp De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
SemaOverload.cpp Propagate whether an id-expression is the immediate argument of 2010-08-27 09:08:28 +00:00
SemaStmt.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
SemaTemplate.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaTemplateDeduction.cpp Propagate whether an id-expression is the immediate argument of 2010-08-27 09:08:28 +00:00
SemaTemplateInstantiate.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaTemplateInstantiateDecl.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaType.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
TargetAttributesSema.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Continue to instantiate sub-statements in a CompoundStmt as long as 2010-08-27 19:56:05 +00:00