llvm-project/clang/Sema
Steve Naroff 735a2716de Revert Anders r45191 commit...it broke several of the tests.
llvm-svn: 45199
2007-12-19 14:11:27 +00:00
..
ASTStreamer.cpp Yesterday, I simplified how we stream top-level decls. 2007-11-29 23:05:20 +00:00
Makefile fix description 2007-05-23 23:56:42 +00:00
Sema.cpp TargetInfo no longer includes a reference to SourceManager. 2007-12-12 22:39:36 +00:00
Sema.h Fix an embarassing typo and add some very limited support for the aligned attribute. 2007-12-19 07:19:40 +00:00
SemaChecking.cpp Fixe bogus error for variable argument methods. Sema::ObjcGetTypeForMethodDefinition() wasn't preserving the isVariadic boolean. Another fix is to avoid synthsizing the function decl entirely, however this is a separate issue that I don't want to deal with now. Also added a FIXME to Sema::CheckFunctionCall(), which is currently emitting a bogus warning. 2007-12-18 03:41:15 +00:00
SemaDecl.cpp Revert Anders r45191 commit...it broke several of the tests. 2007-12-19 14:11:27 +00:00
SemaDeclObjC.cpp Improve how we find private method decls. This involved: 2007-12-18 01:30:32 +00:00
SemaExpr.cpp Add DefaultFunctionArrayConversion() to the indirection operator in Sema::ActOnUnaryOp(). 2007-12-18 04:06:57 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp Simplified setting up Method's scope before generating AST for its nody. 2007-12-04 19:20:11 +00:00
SemaType.cpp Implement C99 6.7.5.3p1 2007-12-19 05:31:29 +00:00
SemaUtil.h Moved logic for -Wfloat-equal to SemaChecking.cpp. 2007-11-25 00:58:00 +00:00