.. |
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
|
Remove ScopedDecl, collapsing all of its functionality into Decl, so
|
2009-01-20 01:17:11 +00:00 |
IdentifierResolver.h
|
Remove ScopedDecl, collapsing all of its functionality into Decl, so
|
2009-01-20 01:17:11 +00:00 |
Makefile
|
rename libclangSEMA to libclangSema
|
2008-09-07 17:09:06 +00:00 |
ParseAST.cpp
|
Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as an argument a TranslationUnit object whose contents live beyond the call to ParseAST.
|
2009-01-28 04:29:29 +00:00 |
Sema.cpp
|
Split the single monolithic DiagnosticKinds.def file into one
|
2009-01-27 18:30:58 +00:00 |
Sema.h
|
Eliminate infinite looping in a wacky case with designated initializers. Simplifies (somewhat) the actually checking of the initializer expression following the designators
|
2009-01-29 00:39:20 +00:00 |
SemaCXXScopeSpec.cpp
|
Split the single monolithic DiagnosticKinds.def file into one
|
2009-01-27 18:30:58 +00:00 |
SemaChecking.cpp
|
Split the single monolithic DiagnosticKinds.def file into one
|
2009-01-27 18:30:58 +00:00 |
SemaDecl.cpp
|
Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupDeclInContext().
|
2009-01-29 00:07:50 +00:00 |
SemaDeclAttr.cpp
|
Split the single monolithic DiagnosticKinds.def file into one
|
2009-01-27 18:30:58 +00:00 |
SemaDeclCXX.cpp
|
Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupDeclInContext().
|
2009-01-29 00:07:50 +00:00 |
SemaDeclObjC.cpp
|
Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupDeclInContext().
|
2009-01-29 00:07:50 +00:00 |
SemaExpr.cpp
|
Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupDeclInContext().
|
2009-01-29 00:07:50 +00:00 |
SemaExprCXX.cpp
|
Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupDeclInContext().
|
2009-01-29 00:07:50 +00:00 |
SemaExprObjC.cpp
|
Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupDeclInContext().
|
2009-01-29 00:07:50 +00:00 |
SemaInherit.cpp
|
Implement pointer to member handling in static_cast.
|
2009-01-28 18:33:18 +00:00 |
SemaInherit.h
|
Improve diagnostics for ambiguous name lookup results
|
2009-01-16 00:38:09 +00:00 |
SemaInit.cpp
|
Eliminate infinite looping in a wacky case with designated initializers. Simplifies (somewhat) the actually checking of the initializer expression following the designators
|
2009-01-29 00:39:20 +00:00 |
SemaLookup.cpp
|
Remove ScopedDecl, collapsing all of its functionality into Decl, so
|
2009-01-20 01:17:11 +00:00 |
SemaNamedCast.cpp
|
Implement pointer to member handling in static_cast.
|
2009-01-28 18:33:18 +00:00 |
SemaOverload.cpp
|
Implement pointer to member handling in static_cast.
|
2009-01-28 18:33:18 +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
|
If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417
|
2009-01-27 20:38:24 +00:00 |
SemaTemplate.cpp
|
Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupDeclInContext().
|
2009-01-29 00:07:50 +00:00 |
SemaType.cpp
|
Implement pointer to member handling in static_cast.
|
2009-01-28 18:33:18 +00:00 |
SemaUtil.h
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |