.. |
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
|
Ultrasimplistic sketch for the parsing of C++ template-ids. This won't
|
2008-12-18 19:37:40 +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
|
Don't check initializers when there are dependent types or type-dependent expressions involved
|
2008-12-18 21:49:58 +00:00 |
SemaDeclAttr.cpp
|
Semantics of @protocol attributes.
|
2008-12-17 01:07:27 +00:00 |
SemaDeclCXX.cpp
|
Make the injected-class-name of a C++ class a separate RecordDecl from the class itself, with a different scope. This eliminates some ownership issues, so that the RecordDecl only lives in a single context
|
2008-12-17 16:48:01 +00:00 |
SemaDeclObjC.cpp
|
This patch will build the Records lazily per Steve's comments.
|
2008-12-17 21:40:49 +00:00 |
SemaExpr.cpp
|
Fix for PR3234
|
2008-12-19 17:27:57 +00:00 |
SemaExprCXX.cpp
|
Some utilities for using the smart pointers in Actions, especially Sema. Convert a few functions.
|
2008-12-13 16:23:55 +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
|
Add some more implicit conversions for Objective-C++
|
2008-12-18 23:43:31 +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
|
This is valid in C++.
|
2008-12-18 02:03:48 +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 |