.. |
CMakeLists.txt
|
Refactor the instantiation of statements into a generic tree
|
2009-08-20 07:17:43 +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
|
Lazy deserialization of the declaration chains associated with
|
2009-04-21 22:25:48 +00:00 |
IdentifierResolver.h
|
Lazy deserialization of the declaration chains associated with
|
2009-04-21 22:25:48 +00:00 |
JumpDiagnostics.cpp
|
enhance the goto checker to reject jumps across __block variable definitions.
|
2009-07-19 20:17:11 +00:00 |
Makefile
|
Don't install Clang libraries.
|
2009-08-23 05:02:18 +00:00 |
ParseAST.cpp
|
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
|
2009-08-24 13:25:12 +00:00 |
Sema.cpp
|
Initial patch to support definitions of id and Class from headers in Objective-C code.
|
2009-08-17 16:35:33 +00:00 |
Sema.h
|
Factor setting default arguments out into SetParamDefaultArgument.
|
2009-08-25 02:29:20 +00:00 |
SemaAccess.cpp
|
Enhance testing of overriding exception specs for inaccessible base exceptions.
|
2009-07-18 14:32:15 +00:00 |
SemaAttr.cpp
|
Per advice that Doug Gregor gave me several months ago, clean up the
|
2009-08-03 23:24:57 +00:00 |
SemaCXXCast.cpp
|
Use Sema's LocInfoType to pass and preserve type source info through the Parser.
|
2009-08-19 01:28:28 +00:00 |
SemaCXXScopeSpec.cpp
|
Use Sema's LocInfoType to pass and preserve type source info through the Parser.
|
2009-08-19 01:28:28 +00:00 |
SemaChecking.cpp
|
Initial patch to support definitions of id and Class from headers in Objective-C code.
|
2009-08-17 16:35:33 +00:00 |
SemaDecl.cpp
|
Implement delayed parsing for member function templates. Fixes PR4608.
|
2009-08-22 00:34:47 +00:00 |
SemaDeclAttr.cpp
|
Enhance diagnostics concerning attribute 'ns_returns_retained' and 'cf_returns_retained' to present the range of the attribute and have the diagnostic location be the declaration that the attribute was falsely attached to. This solves the problem where these diagnostics were being suppressed when these attributes were wrapped in a macro that was defined in a system header.
|
2009-08-19 23:56:48 +00:00 |
SemaDeclCXX.cpp
|
Basic support for default argument expressions for function templates.
|
2009-08-25 03:18:48 +00:00 |
SemaDeclObjC.cpp
|
Don't issue warning on multiple selector found when
|
2009-08-22 21:13:55 +00:00 |
SemaExpr.cpp
|
Basic support for default argument expressions for function templates.
|
2009-08-25 03:18:48 +00:00 |
SemaExprCXX.cpp
|
Implement support for equality comparisons (!=, ==) of member
|
2009-08-24 17:42:35 +00:00 |
SemaExprObjC.cpp
|
Don't issue warning on multiple selector found when
|
2009-08-22 21:13:55 +00:00 |
SemaInherit.cpp
|
Canonicalize else.
|
2009-08-04 21:02:39 +00:00 |
SemaInherit.h
|
Add a member lookup criteria constructor for searching for overridden virtual member functions. Use this instead of regular name lookup when checking for overriding functions so we will see declarations that would otherwise be hidden. Fixes 6902298.
|
2009-05-30 00:52:53 +00:00 |
SemaInit.cpp
|
AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and create the CXXExprWithTemporaries before setting the initializer on the VarDecl.
|
2009-08-16 05:13:48 +00:00 |
SemaLookup.cpp
|
Skip transparent contexts when performing C++ name lookup
|
2009-08-24 18:55:03 +00:00 |
SemaOverload.cpp
|
Try to complete a type before looking for conversion functions within
|
2009-08-24 15:23:48 +00:00 |
SemaOverload.h
|
Fix a crash bug when comparing overload quality of conversion operators with conversion constructors.
|
2009-04-16 17:51:27 +00:00 |
SemaStmt.cpp
|
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr".
|
2009-08-20 17:02:02 +00:00 |
SemaTemplate.cpp
|
Use Sema's LocInfoType to pass and preserve type source info through the Parser.
|
2009-08-19 01:28:28 +00:00 |
SemaTemplateDeduction.cpp
|
Implement conversion function templates, along with the ability to use
|
2009-08-21 23:19:43 +00:00 |
SemaTemplateInstantiate.cpp
|
Try to complete a type before looking for conversion functions within
|
2009-08-24 15:23:48 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Basic support for default argument expressions for function templates.
|
2009-08-25 03:18:48 +00:00 |
SemaType.cpp
|
Try to complete a type before looking for conversion functions within
|
2009-08-24 15:23:48 +00:00 |
TreeTransform.h
|
fix a GCC type punning warning.
|
2009-08-24 05:19:01 +00:00 |