hanchenye-llvm-project/clang/lib/Sema
Steve Naroff bca9fd755d Fix <rdar://problem/6268365> Parser rejects property (dot notation) access on id<protocol>.
llvm-svn: 57850
2008-10-20 22:53:06 +00:00
..
CXXFieldCollector.h Update some comments. 2008-07-01 11:22:40 +00:00
IdentifierResolver.cpp Make IdentifierResolver::isDeclInScope regard declarations of a parent 'control' scope as part of the current scope. 2008-09-09 21:57:58 +00:00
IdentifierResolver.h Make IdentifierResolver::isDeclInScope regard declarations of a parent 'control' scope as part of the current scope. 2008-09-09 21:57:58 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Add --disable-free flag to clang. 2008-10-16 16:54:18 +00:00
Sema.cpp Add Sema implementation of #pragma pack stack. 2008-10-14 05:35:18 +00:00
Sema.h Downgrade incompatibilities with objc qualified types (e.g. id <P>) to warnings. 2008-10-14 22:18:38 +00:00
SemaChecking.cpp Add support for format string checking of object-size checking 2008-10-02 18:44:07 +00:00
SemaDecl.cpp Implement #pragma pack use in structure packing. The general approach 2008-10-16 02:34:03 +00:00
SemaDeclAttr.cpp Improve attribute parsing & tests. 2008-10-19 02:04:16 +00:00
SemaDeclCXX.cpp Fix this bug: 2008-10-15 20:23:22 +00:00
SemaDeclObjC.cpp Fix <rdar://problem/6239726> Parser rejects: type of property 'list' does not match type of ivar 2008-10-16 14:59:30 +00:00
SemaExpr.cpp Fix <rdar://problem/6268365> Parser rejects property (dot notation) access on id<protocol>. 2008-10-20 22:53:06 +00:00
SemaExprCXX.cpp Use getCustomDiagID() instead of specifying the diagnostic in the 'DiagnosticKinds.def' file. 2008-10-06 23:16:35 +00:00
SemaExprObjC.cpp Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. 2008-09-30 14:38:43 +00:00
SemaInit.cpp Support initialization of incomplete array with zero size (as 2008-08-18 20:28:46 +00:00
SemaStmt.cpp Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*. 2008-10-07 23:09:49 +00:00
SemaType.cpp fix indentation 2008-10-20 02:01:50 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00