llvm-project/clang/lib/Sema
John McCall 1b1a1dbbe7 When synthesizing implicit copy/move constructors and copy/move assignment
operators, don't make an initializer or sub-operation for zero-width
bitfields.

llvm-svn: 133221
2011-06-17 00:18:42 +00:00
..
AnalysisBasedWarnings.cpp Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy, 2011-05-11 07:19:11 +00:00
AttributeList.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
CMakeLists.txt Store a parameter index and function prototype depth in every 2011-05-01 22:35:37 +00:00
CodeCompleteConsumer.cpp Implement a new 'availability' attribute, that allows one to specify 2011-03-23 00:50:03 +00:00
DeclSpec.cpp Implement a new type node, UnaryTransformType, designed to represent a 2011-05-24 22:41:36 +00:00
DelayedDiagnostic.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
IdentifierResolver.cpp Fix the insertion of label declarations into the identifier chain in 2011-03-24 10:35:39 +00:00
JumpDiagnostics.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Scope.cpp Store a parameter index and function prototype depth in every 2011-05-01 22:35:37 +00:00
Sema.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
SemaAccess.cpp Implement caching of default constructors on the resolution table. This 2011-06-10 03:50:41 +00:00
SemaAttr.cpp Add ms_struct attribute on record typee 2011-04-26 17:54:40 +00:00
SemaCXXCast.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
SemaCXXScopeSpec.cpp When checking a set of template parameter lists against a 2011-05-15 17:27:27 +00:00
SemaChecking.cpp Teach the warning about non-POD memset/memcpy/memmove to deal with the 2011-06-16 17:56:04 +00:00
SemaCodeComplete.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
SemaDecl.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
SemaDeclAttr.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
SemaDeclCXX.cpp When synthesizing implicit copy/move constructors and copy/move assignment 2011-06-17 00:18:42 +00:00
SemaDeclObjC.cpp Weaken the type-matching rules for methods that return aggregates when 2011-06-16 01:15:19 +00:00
SemaExceptionSpec.cpp Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00
SemaExpr.cpp Check for placeholder expressions before promoting an argument passed 2011-06-17 00:15:10 +00:00
SemaExprCXX.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
SemaExprObjC.cpp For the purpose of @encode'ing, accept 'void' type 2011-06-16 22:34:44 +00:00
SemaInit.cpp Be sure to try a final ARC-production even in Objective-C++. 2011-06-16 23:24:51 +00:00
SemaLookup.cpp This change is breaking selfhost. Revert it until I have more time 2011-06-10 12:07:09 +00:00
SemaObjCProperty.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
SemaOverload.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
SemaStmt.cpp Be sure to try a final ARC-production even in Objective-C++. 2011-06-16 23:24:51 +00:00
SemaTemplate.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
SemaTemplateDeduction.cpp Implement the consistency checking for C++ [temp.deduct.call]p3, which 2011-06-16 16:50:48 +00:00
SemaTemplateInstantiate.cpp When performing substitution of default template template parameters 2011-06-15 14:20:42 +00:00
SemaTemplateInstantiateDecl.cpp Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00
SemaTemplateVariadic.cpp Implement a new type node, UnaryTransformType, designed to represent a 2011-05-24 22:41:36 +00:00
SemaType.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
TargetAttributesSema.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
TypeLocBuilder.h Automatic Reference Counting. 2011-06-15 23:02:42 +00:00