.. |
CMakeLists.txt
|
Try to make cmake happy
|
2010-01-10 13:06:34 +00:00 |
CXXFieldCollector.h
|
Unifies the name-lookup mechanisms used in various parts of the AST
|
2008-12-11 16:49:14 +00:00 |
CodeCompleteConsumer.cpp
|
Remove unused headers.
|
2010-03-08 11:29:03 +00:00 |
IdentifierResolver.cpp
|
Optimize the implementation of IdDeclInfo pooling in the IdentifierResolver.
|
2010-02-15 19:38:00 +00:00 |
IdentifierResolver.h
|
Eliminate dead code.
|
2010-01-02 21:44:36 +00:00 |
JumpDiagnostics.cpp
|
Make a note for the C++0x future, when we'll have to revisit the jump-diagnostics handling for variables without initializers
|
2010-03-08 02:49:08 +00:00 |
Lookup.h
|
Improve access control diagnostics. Perform access control on member-pointer
|
2010-02-10 09:31:12 +00:00 |
Makefile
|
-fno-rtti is now the default.
|
2010-01-24 20:43:31 +00:00 |
ParseAST.cpp
|
Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader
|
2009-12-01 21:57:20 +00:00 |
Sema.cpp
|
Keep an explicit stack of function and block scopes, each element of
|
2010-03-01 23:15:13 +00:00 |
Sema.h
|
Maintain type source information for functions through template
|
2010-03-11 09:03:00 +00:00 |
SemaAccess.cpp
|
Improve access control diagnostics. Perform access control on member-pointer
|
2010-02-10 09:31:12 +00:00 |
SemaAttr.cpp
|
Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:
|
2009-12-02 08:25:40 +00:00 |
SemaCXXCast.cpp
|
Perform overload resolution when static_cast'ing from a
|
2010-03-07 23:24:59 +00:00 |
SemaCXXScopeSpec.cpp
|
Create a new InjectedClassNameType to represent bare-word references to the
|
2010-03-10 03:28:59 +00:00 |
SemaChecking.cpp
|
Keep an explicit stack of function and block scopes, each element of
|
2010-03-01 23:15:13 +00:00 |
SemaCodeComplete.cpp
|
Split C++ friend declarations into their own header/implementation file.
|
2010-03-11 07:50:04 +00:00 |
SemaDecl.cpp
|
Maintain type source information for functions through template
|
2010-03-11 09:03:00 +00:00 |
SemaDeclAttr.cpp
|
Allow __attribute__((unused)) to be applied to ObjC ivars.
|
2010-02-25 03:26:51 +00:00 |
SemaDeclCXX.cpp
|
Maintain type source information for functions through template
|
2010-03-11 09:03:00 +00:00 |
SemaDeclObjC.cpp
|
Keep track of type source information in the return type of an
|
2010-03-08 14:59:44 +00:00 |
SemaExceptionSpec.cpp
|
Work around an annoying, non-standard optimization in the glibc
|
2010-02-12 07:32:17 +00:00 |
SemaExpr.cpp
|
Statement expressions can be used in global- or namespace-scoped blocks
|
2010-03-10 04:54:39 +00:00 |
SemaExprCXX.cpp
|
Create a new InjectedClassNameType to represent bare-word references to the
|
2010-03-10 03:28:59 +00:00 |
SemaExprObjC.cpp
|
Extend ObjCMessageExpr for class method sends with the source location
|
2010-03-08 16:40:19 +00:00 |
SemaInit.cpp
|
Implement -Wmissing-field-initializers. Patch by mikem!
|
2010-03-11 19:32:38 +00:00 |
SemaInit.h
|
Access checking for implicit user-defined conversions.
|
2010-02-01 03:16:54 +00:00 |
SemaLookup.cpp
|
Eliminate the default arguments to ASTContext::getFunctionType(),
|
2010-02-21 22:15:06 +00:00 |
SemaOverload.cpp
|
Reinstate r97674 with a fix for the assertion that was firing in <list>
|
2010-03-03 23:55:11 +00:00 |
SemaOverload.h
|
Warn about the deprecated string literal -> char* conversion. Fixes PR6428.
|
2010-02-28 18:30:25 +00:00 |
SemaStmt.cpp
|
Keep an explicit stack of function and block scopes, each element of
|
2010-03-01 23:15:13 +00:00 |
SemaTemplate.cpp
|
Split C++ friend declarations into their own header/implementation file.
|
2010-03-11 07:50:04 +00:00 |
SemaTemplate.h
|
Implement partial ordering of function template specializations
|
2009-09-14 18:39:43 +00:00 |
SemaTemplateDeduction.cpp
|
Create a new InjectedClassNameType to represent bare-word references to the
|
2010-03-10 03:28:59 +00:00 |
SemaTemplateInstantiate.cpp
|
Maintain type source information for functions through template
|
2010-03-11 09:03:00 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Maintain type source information for functions through template
|
2010-03-11 09:03:00 +00:00 |
SemaType.cpp
|
Patch to build qualifier on objective-c
|
2010-03-05 22:42:55 +00:00 |
TargetAttributesSema.cpp
|
Don't emit a warning about a dllimport attribute being used in a typedef
|
2010-02-21 05:12:56 +00:00 |
TargetAttributesSema.h
|
Generalize target weirdness handling having proper layering in mind:
|
2010-01-10 12:58:08 +00:00 |
TreeTransform.h
|
Fix a self-host problem caused by this over-eager assertion. I'm not sure
|
2010-03-11 09:33:17 +00:00 |