llvm-project/clang/Sema
Steve Naroff eaaae467c7 Sema::ActOnMemberReferenceExpr() needs to perform the default conversions.
Bug and test case provided by Carl Lewis.

llvm-svn: 45078
2007-12-16 21:42:28 +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 implement correct semantic analysis for shifts. For: 2007-12-12 05:47:28 +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 Sema::ActOnFinishFunctionBody(): Since we no longer synthesize a FunctionDecl for each method, remove the unconditional initialization to 0 and corresponding comment. 2007-12-13 18:18:56 +00:00
SemaDeclObjC.cpp - Remove getInstanceMethods/getClassMethods API on ObjcInterfaceDecl, ObjcProtocolDecl, and ObjcCategoryDecl. These methods are replaced by the respective iterators on each class. 2007-12-14 23:37:57 +00:00
SemaExpr.cpp Sema::ActOnMemberReferenceExpr() needs to perform the default conversions. 2007-12-16 21:42:28 +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