hanchenye-llvm-project/clang/Sema
Fariborz Jahanian 9a5124a67e Don't ICE on missing interface declaration when declaring one of its protocols.
llvm-svn: 46141
2008-01-17 20:33:24 +00:00
..
ASTStreamer.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
Sema.cpp Move promoteExprToType from being a static method in SemaExpr.cpp to being 2008-01-16 19:17:22 +00:00
Sema.h Implement basic overload support via a new builtin, __builtin_overload. 2008-01-17 17:46:27 +00:00
SemaChecking.cpp Fixed typo introduced by r46133 that caused -Wfloat-equal to break. 2008-01-17 17:55:13 +00:00
SemaDecl.cpp Sema::MergeFunctionDecl()...make sure diagnostic is accurate (wrt function declarations/definitions). Patch by Carl Lewis! 2008-01-16 15:01:34 +00:00
SemaDeclObjC.cpp Don't ICE on missing interface declaration when declaring one of its protocols. 2008-01-17 20:33:24 +00:00
SemaExpr.cpp Implement basic overload support via a new builtin, __builtin_overload. 2008-01-17 17:46:27 +00:00
SemaExprCXX.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
SemaExprObjC.cpp Substituted all instances of the string "Objc" for "ObjC". This fixes 2008-01-07 19:49:32 +00:00
SemaStmt.cpp Move promoteExprToType from being a static method in SemaExpr.cpp to being 2008-01-16 19:17:22 +00:00
SemaType.cpp Make sure Sema::GetTypeForDeclarator() deals with abstract declarators when diagnosing incorrect code. 2008-01-14 23:33:18 +00:00
SemaUtil.h Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*. 2008-01-17 16:57:34 +00:00