llvm-project/clang/lib/Sema
Douglas Gregor 498b58ceb1 Don't bother setting NextDeclarator for EnumConstantDecls. It isn't used
llvm-svn: 62016
2009-01-09 23:23:35 +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 Unify the code for defining tags in C and C++, so that we always 2009-01-08 20:45:30 +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 Addressed the issue in <rdar://problem/6479085>, where we failed to 2009-01-09 00:49:46 +00:00
Sema.h Adding support for ObjC methods which have c-style 2009-01-09 00:38:19 +00:00
SemaCXXScopeSpec.cpp Unify the code for defining tags in C and C++, so that we always 2009-01-08 20:45:30 +00:00
SemaChecking.cpp Add QualifiedDeclRefExpr, which retains additional source-location 2009-01-06 05:10:23 +00:00
SemaDecl.cpp Don't bother setting NextDeclarator for EnumConstantDecls. It isn't used 2009-01-09 23:23:35 +00:00
SemaDeclAttr.cpp Add full dllimport / dllexport support: both sema checks and codegen. 2008-12-26 00:52:02 +00:00
SemaDeclCXX.cpp Add some comments to the virtual work. Thanks to Doug Gregor for the review. 2009-01-09 22:29:03 +00:00
SemaDeclObjC.cpp This patch removes mergeProperties and does the property lookup 2009-01-09 21:04:52 +00:00
SemaExpr.cpp Revert my previous, failed attempt to pretty-print anonymous struct/union accesses well. Added a FIXME so we know to revisit this later 2009-01-08 22:45:41 +00:00
SemaExprCXX.cpp This is a large/messy diff that unifies the ObjC AST's with DeclContext. 2009-01-08 17:28:14 +00:00
SemaExprObjC.cpp Provide a new kind of iterator, the specific_decl_iterator, that 2009-01-09 17:18:27 +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 Revert my previous, failed attempt to pretty-print anonymous struct/union accesses well. Added a FIXME so we know to revisit this later 2009-01-08 22:45:41 +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 This is a large/messy diff that unifies the ObjC AST's with DeclContext. 2009-01-08 17:28:14 +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 Provide a new kind of iterator, the specific_decl_iterator, that 2009-01-09 17:18:27 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00