.. |
CMakeLists.txt
|
Refactor name lookup.
|
2009-01-14 22:20:51 +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
|
Refactor name lookup.
|
2009-01-14 22:20:51 +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
|
Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340.
|
2009-01-16 16:48:51 +00:00 |
SemaCXXScopeSpec.cpp
|
Refactor name lookup.
|
2009-01-14 22:20:51 +00:00 |
SemaChecking.cpp
|
Patch by Roman Divacky:
|
2009-01-12 23:09:09 +00:00 |
SemaDecl.cpp
|
Don't ICE on user redeclaration of objc's built-in types.
|
2009-01-16 19:58:32 +00:00 |
SemaDeclAttr.cpp
|
Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type
|
2009-01-13 23:34:40 +00:00 |
SemaDeclCXX.cpp
|
Refactor name lookup.
|
2009-01-14 22:20:51 +00:00 |
SemaDeclObjC.cpp
|
Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak
|
2009-01-12 23:27:07 +00:00 |
SemaExpr.cpp
|
minor cleanups to StringLiteralParser: no need to pass target info
|
2009-01-16 18:51:42 +00:00 |
SemaExprCXX.cpp
|
Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr
|
2009-01-16 19:38:23 +00:00 |
SemaExprObjC.cpp
|
Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340.
|
2009-01-16 16:48:51 +00:00 |
SemaInherit.cpp
|
Improve diagnostics for ambiguous name lookup results
|
2009-01-16 00:38:09 +00:00 |
SemaInherit.h
|
Improve diagnostics for ambiguous name lookup results
|
2009-01-16 00:38:09 +00:00 |
SemaInit.cpp
|
Introduce support for C++0x explicit conversion operators (N2437)
|
2009-01-14 15:45:31 +00:00 |
SemaLookup.cpp
|
Improve diagnostics for ambiguous name lookup results
|
2009-01-16 00:38:09 +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
|
Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340.
|
2009-01-16 16:48:51 +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
|
Convert some more actions to smart pointers.
|
2009-01-11 00:38:46 +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 |