llvm-project/clang/lib/Sema
Daniel Dunbar 325601a9e5 Merge postfix attributes on record decls.
llvm-svn: 57019
2008-10-03 17:33:35 +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 Re-enable deletion of AST nodes upon completion of ParseAST. 2008-08-20 03:27:00 +00:00
Sema.cpp Add support for format string checking of object-size checking 2008-10-02 18:44:07 +00:00
Sema.h Pass postfix attributes to ActOnFields. 2008-10-03 02:03:53 +00:00
SemaChecking.cpp Add support for format string checking of object-size checking 2008-10-02 18:44:07 +00:00
SemaDecl.cpp Merge postfix attributes on record decls. 2008-10-03 17:33:35 +00:00
SemaDeclAttr.cpp Sema support for format and noreturn attributes on Objective-C methods. 2008-09-26 04:12:28 +00:00
SemaDeclCXX.cpp Pass postfix attributes to ActOnFields. 2008-10-03 02:03:53 +00:00
SemaDeclObjC.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
SemaExpr.cpp simplify padding, just fold it into the earlier resize. 2008-09-30 20:53:45 +00:00
SemaExprCXX.cpp Give string literals const element typesin C++, and cope with the deprecated C++ conversion from a string literal to a pointer-to-non-const-character 2008-09-12 00:47: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 Fix <rdar://problem/6243788> clang: Incorrect return statement for Blocks? 2008-09-24 22:26:48 +00:00
SemaType.cpp First wave of changes to support "blocks" (an extension to C). 2008-08-27 16:04:49 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00