hanchenye-llvm-project/clang/lib/Sema
Douglas Gregor e955880357 Use DeclContext::getLookupContext wherever necessary to ensure that we look through transparent contexts
llvm-svn: 61861
2009-01-07 16:34:42 +00:00
..
CMakeLists.txt Representation of template type parameters and non-type template 2008-12-05 18:15:24 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
IdentifierResolver.cpp Allow Objective-C entities to be declared within a transparent context 2009-01-06 23:51:29 +00:00
IdentifierResolver.h Introduce support for "transparent" DeclContexts, which are 2009-01-05 19:45:36 +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 Expr and Stmt must be destroyed with Destroy, not delete. Fixes PR/3245. 2008-12-22 17:51:10 +00:00
Sema.h Initial implementation of anonymous unions (and, as a GNU extension, 2009-01-07 00:43:41 +00:00
SemaCXXScopeSpec.cpp Delay parsing of default arguments of member functions until the class 2008-12-16 21:30:33 +00:00
SemaChecking.cpp Add QualifiedDeclRefExpr, which retains additional source-location 2009-01-06 05:10:23 +00:00
SemaDecl.cpp Use DeclContext::getLookupContext wherever necessary to ensure that we look through transparent contexts 2009-01-07 16:34:42 +00:00
SemaDeclAttr.cpp Add full dllimport / dllexport support: both sema checks and codegen. 2008-12-26 00:52:02 +00:00
SemaDeclCXX.cpp it is ok to insert empty source ranges into diagnostics, declare variable in an if. 2009-01-06 07:24:29 +00:00
SemaDeclObjC.cpp Allow Objective-C entities to be declared within a transparent context 2009-01-06 23:51:29 +00:00
SemaExpr.cpp Initial implementation of anonymous unions (and, as a GNU extension, 2009-01-07 00:43:41 +00:00
SemaExprCXX.cpp PODness and Type Traits 2009-01-05 20:52:13 +00:00
SemaExprObjC.cpp Silence a couple more operator precedence warnings; this shouldn't 2008-12-16 20:15:50 +00:00
SemaInherit.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaInherit.h Implement semantic checking of static_cast and dynamic_cast. 2008-10-31 14:43:28 +00:00
SemaInit.cpp Address some comments on the name lookup/DeclContext patch from Chris 2008-12-11 20:41:00 +00:00
SemaNamedCast.cpp Delay semantic analysis of the C++ names casts when the subexpression is type-dependent or the destination type is dependent. 2008-12-17 22:52:20 +00:00
SemaOverload.cpp Initial implementation of anonymous unions (and, as a GNU extension, 2009-01-07 00:43:41 +00:00
SemaOverload.h Add support for calls to overloaded member functions. Things to note: 2008-12-22 05:46:06 +00:00
SemaStmt.cpp Perform default function/array conversion for input arguments to inline asm statements if the input expr can be a memory operand 2008-12-31 07:27:38 +00:00
SemaTemplate.cpp Keep track of template arguments when we parse them. Right now, we don't actually do anything with the template arguments, but they'll be used to create template declarations 2008-12-24 02:52:09 +00:00
SemaType.cpp Initial implementation of anonymous unions (and, as a GNU extension, 2009-01-07 00:43:41 +00:00
SemaUtil.h