llvm-project/clang/lib/Sema
Douglas Gregor 40412acc02 Support overloading of the subscript operator[], including support for
built-in operator candidates. Test overloading of '&' and ','.

In C++, a comma expression is an lvalue if its right-hand
subexpression is an lvalue. Update Expr::isLvalue accordingly.

llvm-svn: 59643
2008-11-19 17:17:41 +00:00
..
CMakeLists.txt Fix cmake build, patch from Jjgod Jiang. 2008-11-11 08:29:24 +00:00
CXXFieldCollector.h Update some comments. 2008-07-01 11:22:40 +00:00
IdentifierResolver.cpp Updated IdentifierResolver to deal with DeclarationNames. The names of 2008-11-17 20:34:05 +00:00
IdentifierResolver.h Updated IdentifierResolver to deal with DeclarationNames. The names of 2008-11-17 20:34:05 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00
Sema.cpp remove one more old-style Diag method. 2008-11-19 05:27:50 +00:00
Sema.h Support overloading of the subscript operator[], including support for 2008-11-19 17:17:41 +00:00
SemaCXXScopeSpec.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaChecking.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaDecl.cpp Fix silly code, use IdentifierInfo* instead of std::string in 2008-11-19 10:32:38 +00:00
SemaDeclAttr.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaDeclCXX.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaDeclObjC.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaExpr.cpp Support overloading of the subscript operator[], including support for 2008-11-19 17:17:41 +00:00
SemaExprCXX.cpp remove one more old-style Diag method. 2008-11-19 05:27:50 +00:00
SemaExprObjC.cpp Fix <rdar://problem/6150376> [sema] crash on invalid message send. 2008-11-19 15:54:23 +00:00
SemaInherit.cpp start converting Sema over to using its canonical Diag method. 2008-11-18 22:52:51 +00:00
SemaInherit.h Implement semantic checking of static_cast and dynamic_cast. 2008-10-31 14:43:28 +00:00
SemaInit.cpp remove one more old-style Diag method. 2008-11-19 05:27:50 +00:00
SemaNamedCast.cpp start converting Sema over to using its canonical Diag method. 2008-11-18 22:52:51 +00:00
SemaOverload.cpp Added operator overloading for unary operators, post-increment, and 2008-11-19 15:42:04 +00:00
SemaOverload.h Implement support for operator overloading using candidate operator 2008-11-12 17:17:38 +00:00
SemaStmt.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaType.cpp remove one more old-style Diag method. 2008-11-19 05:27:50 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00