clang/lib/Sema
Douglas Gregor 9d35097bc0 Enable out-of-line definitions of C++ constructors and destructors
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60947 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-12 08:25:50 +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 Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
IdentifierResolver.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +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 Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
Sema.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
SemaCXXScopeSpec.cpp Address some comments on the name lookup/DeclContext patch from Chris 2008-12-11 20:41:00 +00:00
SemaChecking.cpp change getCurFunctionDecl to skip through Block contexts to find 2008-12-04 23:50:19 +00:00
SemaDecl.cpp Enable out-of-line definitions of C++ constructors and destructors 2008-12-12 08:25:50 +00:00
SemaDeclAttr.cpp Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
SemaDeclCXX.cpp Enable out-of-line definitions of C++ constructors and destructors 2008-12-12 08:25:50 +00:00
SemaDeclObjC.cpp Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
SemaExpr.cpp fix rdar://6097892 - gcc incompat: clang rejects __func__, __FUNCTION__, and __PRETTY_FUNCTION__ outside func 2008-12-12 05:05:20 +00:00
SemaExprCXX.cpp Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
SemaExprObjC.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25: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 Address some comments on the name lookup/DeclContext patch from Chris 2008-12-11 20:41:00 +00:00
SemaNamedCast.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaOverload.cpp In C++, set the type of each of the enumerators in an enumeration to 2008-12-12 02:00:36 +00:00
SemaOverload.h Implement the rest of C++ [over.call.object], which permits the object 2008-11-19 22:57:39 +00:00
SemaStmt.cpp Introduce basic support for dependent types, type-dependent 2008-12-05 23:32:09 +00:00
SemaTemplate.cpp Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it belongs 2008-12-08 18:40:42 +00:00
SemaType.cpp Introduce basic support for dependent types, type-dependent 2008-12-05 23:32:09 +00:00
SemaUtil.h