llvm-project/clang/lib/Sema
Eli Friedman 05e280156f Revert r148271; this requires more thought.
llvm-svn: 148276
2012-01-17 02:13:45 +00:00
..
AnalysisBasedWarnings.cpp Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: 2012-01-12 23:53:29 +00:00
AttributeList.cpp After further discussion, rename attribute 'objc_disable_automatic_synthesis' to 'objc_requires_property_definitions'. 2012-01-05 22:47:47 +00:00
CMakeLists.txt Update the CMake build for r146959's new files. 2011-12-20 08:42:15 +00:00
CodeCompleteConsumer.cpp Eliminate ObjCForwardProtocolDecl, which is redundant now that 2012-01-01 21:23:57 +00:00
DeclSpec.cpp Implement the missing pieces of Evaluate for _Complex types. With that complete, remove some code from CGExprConstant which is no longer necessary. While I'm here, a couple minor tweaks to _Complex-in-C++. (Specifically, make _Complex types literal types, and don't warn for _Complex int.) 2012-01-10 04:58:17 +00:00
DelayedDiagnostic.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
IdentifierResolver.cpp Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
JumpDiagnostics.cpp Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD 2011-10-20 21:42:12 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
MultiInitializer.cpp Improve unexpanded parameter pack diagnostics by using UPPC_Initializer here. 2011-10-23 18:59:33 +00:00
Scope.cpp Store a parameter index and function prototype depth in every 2011-05-01 22:35:37 +00:00
Sema.cpp De-virtualize getPreviousDecl() and getMostRecentDecl() when we know 2012-01-14 16:38:05 +00:00
SemaAccess.cpp De-virtualize getPreviousDecl() and getMostRecentDecl() when we know 2012-01-14 16:38:05 +00:00
SemaAttr.cpp Add explicit attributes to mark functions as having had their 2011-09-30 05:12:12 +00:00
SemaCXXScopeSpec.cpp Convert SemaCXXScopeSpec.cpp to pass a callback object to CorrectTypo, 2012-01-12 22:32:39 +00:00
SemaCast.cpp Some improvements to the handling of C11 atomic types: 2012-01-16 17:27:18 +00:00
SemaChecking.cpp Use Builtin ID as the return value 2012-01-17 00:37:07 +00:00
SemaCodeComplete.cpp More lambda work: semantic analysis of capturing 'this'. It's a bit complicated, but we have to be careful about when exactly captures are marked given PotentiallyPotentiallyEvaluated contexts. (Actually, it's not 100% correct yet, but it's close enough for the moment.) 2012-01-07 04:59:52 +00:00
SemaConsumer.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
SemaDecl.cpp De-virtualize getPreviousDecl() and getMostRecentDecl() when we know 2012-01-14 16:38:05 +00:00
SemaDeclAttr.cpp Minor refactoring of sentinel warning on blocks. Add a test for this warning. 2012-01-06 01:23:10 +00:00
SemaDeclCXX.cpp Add some calls to MarkDeclarationReferenced, towards a point where every declaration which is used is marked as used. 2012-01-16 21:00:51 +00:00
SemaDeclObjC.cpp objc: disallow __block attribute on method params. 2012-01-14 18:44:35 +00:00
SemaExceptionSpec.cpp Only print _Bool as 'bool' when 'bool' is defined as an object-like 2011-09-27 23:30:47 +00:00
SemaExpr.cpp Revert r148271; this requires more thought. 2012-01-17 02:13:45 +00:00
SemaExprCXX.cpp Add some calls to MarkDeclarationReferenced, towards a point where every declaration which is used is marked as used. 2012-01-16 21:00:51 +00:00
SemaExprMember.cpp Convert SemaExprMember.cpp to pass a callback object to CorrectTypo, 2012-01-13 21:28:55 +00:00
SemaExprObjC.cpp Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callback 2012-01-13 01:32:50 +00:00
SemaFixItUtils.cpp Refactor for clarity. 2012-01-13 19:34:55 +00:00
SemaInit.cpp Convert SemaInit.cpp to pass a callback object to CorrectTypo. 2012-01-12 19:27:05 +00:00
SemaLookup.cpp De-virtualize getPreviousDecl() and getMostRecentDecl() when we know 2012-01-14 16:38:05 +00:00
SemaObjCProperty.cpp minor refactoring to improve compile-time performance. 2012-01-11 19:48:08 +00:00
SemaOverload.cpp Use a smaller vector than SmallVector. 2012-01-14 21:05:10 +00:00
SemaPseudoObject.cpp Add IsImplicit field in ObjCMessageExpr that is true when the message 2012-01-12 02:34:39 +00:00
SemaStmt.cpp Suppress -Wunused-value within macros from system headers. 2012-01-06 22:43:58 +00:00
SemaTemplate.cpp De-virtualize getPreviousDecl() and getMostRecentDecl() when we know 2012-01-14 16:38:05 +00:00
SemaTemplateDeduction.cpp Add feature to diagnostics that will provide more information on function 2011-11-23 22:32:32 +00:00
SemaTemplateInstantiate.cpp De-virtualize getPreviousDecl() and getMostRecentDecl() when we know 2012-01-14 16:38:05 +00:00
SemaTemplateInstantiateDecl.cpp De-virtualize getPreviousDecl() and getMostRecentDecl() when we know 2012-01-14 16:38:05 +00:00
SemaTemplateVariadic.cpp Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo. 2012-01-13 23:10:36 +00:00
SemaType.cpp Do placeholder conversions on array bounds in both declarators and 2012-01-11 00:14:46 +00:00
TargetAttributesSema.cpp Fix compiler warning about && in ||. 2011-09-30 20:32:22 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Start refactoring code for capturing variables and 'this' so that it is shared between lambda expressions and block literals. 2012-01-11 02:36:31 +00:00
TypeLocBuilder.h Remove more unnecessary #include <llvm/ADT/SmallVector.h> 2011-06-20 06:11:46 +00:00