llvm-project/clang/lib/Sema
Fariborz Jahanian 54d75f6925 No need to default synthesize property if implementation
has its own getter and setter methods declared.
Fixed 8349319 (nonfragile-abi2).

llvm-svn: 112003
2010-08-25 00:31:58 +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 Fix printf format string checking for '%lc' (which expects a wint_t or compatible argument). Fixes PR 7981. 2010-08-24 22:24:51 +00:00
SemaCodeComplete.cpp Give a slight preference to functions returning "void" when we're 2010-08-24 23:58:17 +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 When trying to resolve the address of an overloaded expression, 2010-08-24 22:52:39 +00:00
SemaExprCXX.cpp Move some of SemaOverload's API to various places in Overload.h, and kill 2010-08-24 20:38:10 +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 Move some of SemaOverload's API to various places in Overload.h, and kill 2010-08-24 20:38:10 +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 No need to default synthesize property if implementation 2010-08-25 00:31:58 +00:00
SemaOverload.cpp Catch the case of trying to turn '&(X::a)' into a member pointer as well. 2010-08-24 23:26:21 +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