hanchenye-llvm-project/clang/lib/Sema
Steve Naroff b6b1abb0f5 Change a NOTE to a FIXME based on feedback from clattner.
llvm-svn: 56775
2008-09-28 21:07:52 +00:00
..
CXXFieldCollector.h
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 a LangOptions member to IdentifierResolver. 2008-09-09 21:32:02 +00:00
Sema.h Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. 2008-09-28 14:55:53 +00:00
SemaChecking.cpp Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on the return type. 2008-09-16 22:25:10 +00:00
SemaDecl.cpp Replace a comparison with a static list of builtins that was wrong (it 2008-09-28 05:54:29 +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 Use Sema::isDeclInScope instead of IdentifierResolver::isDeclInScope. 2008-09-10 02:11:07 +00:00
SemaDeclObjC.cpp Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. 2008-09-28 14:55:53 +00:00
SemaExpr.cpp Change a NOTE to a FIXME based on feedback from clattner. 2008-09-28 21:07:52 +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/6252129> implementation of method in category doesn't effectively declare it for methods below. 2008-09-28 14:55:53 +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