.. |
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
|
PODify LookupResult, for a measly 1% speedup on Cocoa.h.
|
2009-01-17 01:13:24 +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
|
Warn about typedefs of enums without any declarator name. Fixes rdar://problem/6503878
|
2009-01-17 02:55:50 +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
|
Update support for vector component access on ExtVectors.
|
2009-01-18 01:47:54 +00:00 |
SemaExprCXX.cpp
|
Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr
|
2009-01-16 19:38:23 +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
|
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
|
Change TargetInfo::validateInputConstraint to take begin/end name iterators instead of the number of outputs. No functionality change.
|
2009-01-17 23:36:15 +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 |