.. |
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
|
Parser support for C++ try-catch.
|
2008-12-21 16:41:36 +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
|
Expr and Stmt must be destroyed with Destroy, not delete. Fixes PR/3245.
|
2008-12-22 17:51:10 +00:00 |
Sema.h
|
Full AST support and better Sema support for C++ try-catch.
|
2008-12-22 21:35:02 +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
|
Make error handling for va_start a bit more robust. Fixes PR3213.
|
2008-12-15 22:05:35 +00:00 |
SemaDecl.cpp
|
Handle typedefs to VLAs (Emit the size expr when we encounter the typedef
|
2008-12-20 21:51:53 +00:00 |
SemaDeclAttr.cpp
|
Fix a comment.
|
2008-12-21 19:24:58 +00:00 |
SemaDeclCXX.cpp
|
Full AST support and better Sema support for C++ try-catch.
|
2008-12-22 21:35:02 +00:00 |
SemaDeclObjC.cpp
|
Patch to remove bogus warning in case of @dynamic
|
2008-12-22 19:05:31 +00:00 |
SemaExpr.cpp
|
Add support for calls to overloaded member functions. Things to note:
|
2008-12-22 05:46:06 +00:00 |
SemaExprCXX.cpp
|
Allow downcasts of pointers to Objective-C interfaces, with a
|
2008-12-19 17:40:08 +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
|
Support conversion from a null pointer constant o any Objective-C object pointer type. Fixes rdar://problem/6463298
|
2008-12-22 20:51:52 +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
|
Full AST support and better Sema support for C++ try-catch.
|
2008-12-22 21:35:02 +00:00 |
SemaTemplate.cpp
|
Ultrasimplistic sketch for the parsing of C++ template-ids. This won't
|
2008-12-18 19:37:40 +00:00 |
SemaType.cpp
|
Clean up the C89/C++ warnings about C99 array features to not
|
2008-12-18 06:50:14 +00:00 |
SemaUtil.h
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |