llvm-project/clang/lib/Sema
John Wiegley b4a9e51342 Removed trailing whitespace as a test commit
llvm-svn: 127223
2011-03-08 08:13:22 +00:00
..
AnalysisBasedWarnings.cpp Teach CFGImplicitDtor::getDestructorDecl() about arrays of objects with destructors. 2011-03-03 01:21:32 +00:00
AttributeList.cpp Provide an attribute, objc_method_family, to allow the inferred family 2011-03-02 11:33:24 +00:00
CMakeLists.txt CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
CodeCompleteConsumer.cpp When code-completing a case statement for a switch on a value of 2011-02-18 23:30:37 +00:00
DeclSpec.cpp Improved type source location for long long type. 2011-03-06 22:21:56 +00:00
IdentifierResolver.cpp Support explicit template specialization and instantiation for members 2011-03-07 16:54:27 +00:00
JumpDiagnostics.cpp Step #1/N of implementing support for __label__: split labels into 2011-02-17 07:39:24 +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 Fix my earlier commit to work with escaped newlines and leave breadcrumbs 2011-03-08 07:59:04 +00:00
SemaAccess.cpp Handle delayed access in local declarations. PR9229. 2011-02-15 22:51:53 +00:00
SemaAttr.cpp Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions 2011-02-14 01:42:35 +00:00
SemaCXXCast.cpp Push nested-name-specifier source location information into 2011-02-28 20:01:57 +00:00
SemaCXXScopeSpec.cpp Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType 2011-03-04 21:37:14 +00:00
SemaChecking.cpp For C++, enhance -Warray-bounds to recursively analyze array subscript accesses in ?: expressions. 2011-03-01 18:41:00 +00:00
SemaCodeComplete.cpp Implement the C++0x deduced 'auto' feature. 2011-02-20 03:19:35 +00:00
SemaDecl.cpp Detect attempts to provide a specialization of a function within a 2011-03-08 02:04:14 +00:00
SemaDeclAttr.cpp Don't hard-code these constants, or at least don't hard-code them so hard. 2011-03-02 12:29:23 +00:00
SemaDeclCXX.cpp Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. 2011-03-06 10:52:04 +00:00
SemaDeclObjC.cpp Support a new InheritableAttr subclass, InheritableParamAttr, which is 2011-03-02 04:00:57 +00:00
SemaExceptionSpec.cpp Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. 2011-03-06 10:52:04 +00:00
SemaExpr.cpp Fix my earlier commit to work with escaped newlines and leave breadcrumbs 2011-03-08 07:59:04 +00:00
SemaExprCXX.cpp Removed trailing whitespace as a test commit 2011-03-08 08:13:22 +00:00
SemaExprObjC.cpp Improve diagnostics on missing property decl. 2011-02-17 17:30:05 +00:00
SemaInit.cpp Implement delegating constructors partially. 2011-02-26 19:13:13 +00:00
SemaLookup.cpp Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. 2011-03-06 10:52:04 +00:00
SemaObjCProperty.cpp Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz! 2011-01-31 23:20:03 +00:00
SemaOverload.cpp When we use the default template arguments of a template template 2011-03-03 02:41:12 +00:00
SemaStmt.cpp Fixed source range for LabelDecl. 2011-03-03 18:24:14 +00:00
SemaTemplate.cpp Fixed TypedefDecl and TemplateTypeParameter source range. 2011-03-06 15:48:19 +00:00
SemaTemplateDeduction.cpp Fixed TypedefDecl and TemplateTypeParameter source range. 2011-03-06 15:48:19 +00:00
SemaTemplateInstantiate.cpp When substituting in for a template name, do not produce a qualified 2011-03-05 20:06:51 +00:00
SemaTemplateInstantiateDecl.cpp We may fail to map a declaration in a template to its instantiated 2011-03-06 20:12:45 +00:00
SemaTemplateVariadic.cpp remove some defensive code: LocalInstantiationScope::getInstantiationOf 2011-02-17 19:38:27 +00:00
SemaType.cpp Fix my earlier commit to work with escaped newlines and leave breadcrumbs 2011-03-08 07:59:04 +00:00
TargetAttributesSema.cpp Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. 2011-02-17 08:51:38 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h When rebuilding a dependent template specialization type to another 2011-03-07 15:13:34 +00:00
TypeLocBuilder.h Teach CXXScopeSpec to handle the extension of a nested-name-specifier 2011-02-24 00:17:56 +00:00