llvm-project/clang/Sema
Chris Lattner 4d62f42eba Implement correct semantic analysis of subtractions, implementing
C99 6.5.6.

llvm-svn: 44746
2007-12-09 21:53:25 +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 Patch to implement "Protocol" as a built-in type declared as 2007-12-07 00:18:54 +00:00
Sema.h Patch to implement "Protocol" as a built-in type declared as 2007-12-07 00:18:54 +00:00
SemaChecking.cpp Simplified setting up Method's scope before generating AST for its nody. 2007-12-04 19:20:11 +00:00
SemaDecl.cpp Have Sema::CheckConstantInitList skip semantic analysis when the element type is a record (until we implement the FIXME). This removes a bogus error for the following code... 2007-12-07 21:12:53 +00:00
SemaExpr.cpp Implement correct semantic analysis of subtractions, implementing 2007-12-09 21:53:25 +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 Simplified setting up Method's scope before generating AST for its nody. 2007-12-04 19:20:11 +00:00
SemaUtil.h Moved logic for -Wfloat-equal to SemaChecking.cpp. 2007-11-25 00:58:00 +00:00