llvm-project/clang/lib/Sema
John McCall afad82e4d0 Sema doesn't need these STL headers.
llvm-svn: 111926
2010-08-24 17:40:45 +00:00
..
Action.cpp Abstract out passing around types and kill off ActionBase. 2010-08-24 05:47:05 +00:00
AnalysisBasedWarnings.cpp Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +00:00
AttributeList.cpp Abstract out passing around types and kill off ActionBase. 2010-08-24 05:47:05 +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 Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +00:00
DeclSpec.cpp Abstract out passing around types and kill off ActionBase. 2010-08-24 05:47:05 +00:00
IdentifierResolver.cpp Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +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 Sema doesn't need these STL headers. 2010-08-24 17:40:45 +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 OwningExprResult -> ExprResult. This patch brought to you by 2010-08-24 06:29:42 +00:00
SemaCXXScopeSpec.cpp Abstract out passing around types and kill off ActionBase. 2010-08-24 05:47:05 +00:00
SemaChecking.cpp OwningExprResult -> ExprResult. This patch brought to you by 2010-08-24 06:29:42 +00:00
SemaCodeComplete.cpp When providing completions for a function or method argument that 2010-08-24 16:15:59 +00:00
SemaDecl.cpp It turns out that this template is only instantiated at one type. 2010-08-24 09:05:15 +00:00
SemaDeclAttr.cpp Abstract out passing around types and kill off ActionBase. 2010-08-24 05:47:05 +00:00
SemaDeclCXX.cpp More header elimination. The goal of all this is to allow Parser to 2010-08-24 08:50:51 +00:00
SemaDeclObjC.cpp More header elimination. The goal of all this is to allow Parser to 2010-08-24 08:50:51 +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 Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +00:00
SemaExprCXX.cpp More header elimination. The goal of all this is to allow Parser to 2010-08-24 08:50:51 +00:00
SemaExprObjC.cpp More header elimination. The goal of all this is to allow Parser to 2010-08-24 08:50:51 +00:00
SemaInit.cpp Remove a header dependency from Sema.h at the cost of some type safety. 2010-08-24 07:32:53 +00:00
SemaLookup.cpp More header elimination. The goal of all this is to allow Parser to 2010-08-24 08:50:51 +00:00
SemaObjCProperty.cpp Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +00:00
SemaOverload.cpp Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +00:00
SemaStmt.cpp More header elimination. The goal of all this is to allow Parser to 2010-08-24 08:50:51 +00:00
SemaTemplate.cpp More header elimination. The goal of all this is to allow Parser to 2010-08-24 08:50:51 +00:00
SemaTemplateDeduction.cpp Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +00:00
SemaTemplateInstantiate.cpp Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +00:00
SemaTemplateInstantiateDecl.cpp Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +00:00
SemaType.cpp Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +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 Struggle mightily against header inclusion in Sema.h. 2010-08-24 07:21:54 +00:00