.. |
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
|
Vector codegen improvements
|
2009-01-18 06:42:49 +00:00 |
Sema.h
|
Convert more expression actions to smart pointers.
|
2009-01-19 00:08:26 +00:00 |
SemaCXXScopeSpec.cpp
|
Refactor name lookup.
|
2009-01-14 22:20:51 +00:00 |
SemaChecking.cpp
|
Convert more expression actions to smart pointers.
|
2009-01-19 00:08:26 +00:00 |
SemaDecl.cpp
|
Support evaluation of vector constant expressions, and codegen of same.
|
2009-01-18 03:20:47 +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
|
Diagnose when method parameter is an object.
|
2009-01-17 21:57:49 +00:00 |
SemaExpr.cpp
|
Convert more expression actions to smart pointers.
|
2009-01-19 00:08:26 +00:00 |
SemaExprCXX.cpp
|
Convert a few expression actions to smart pointers.
|
2009-01-18 18:53:16 +00:00 |
SemaExprObjC.cpp
|
Don't ICE (issue diagnostics) when receiver is a non-objc
|
2009-01-16 20:35:09 +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
|
PODify LookupResult, for a measly 1% speedup on Cocoa.h.
|
2009-01-17 01:13:24 +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
|
Convert more expression actions to smart pointers.
|
2009-01-19 00:08:26 +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 ObjC statement actions to smart pointers.
|
2009-01-18 17:43:11 +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 |