.. |
AnalysisBasedWarnings.cpp
|
Fix namespace polution.
|
2010-07-26 21:25:24 +00:00 |
AnalysisBasedWarnings.h
|
Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions
|
2010-04-08 18:51:44 +00:00 |
CMakeLists.txt
|
Update CMake build system for ARM NEON generation.
|
2010-06-17 15:17:41 +00:00 |
CXXFieldCollector.h
|
ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not
|
2010-03-17 19:25:57 +00:00 |
CodeCompleteConsumer.cpp
|
Once code completion has completed, pass a "completion context" on to
|
2010-08-11 21:23:17 +00:00 |
IdentifierResolver.cpp
|
Correctly deal with using names for both functions and structs in chained PCH.
|
2010-07-30 17:25:10 +00:00 |
IdentifierResolver.h
|
Eliminate dead code.
|
2010-01-02 21:44:36 +00:00 |
JumpDiagnostics.cpp
|
Labels (and case statement) don't create independent scope parents for the
|
2010-08-02 23:33:14 +00:00 |
Lookup.h
|
Added locations and type source info for DeclarationName.
|
2010-08-11 22:01:17 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
ParseAST.cpp
|
atch for implementation of objective-c's -Wselector
|
2010-07-22 18:24:20 +00:00 |
Sema.cpp
|
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
|
2010-08-11 12:19:30 +00:00 |
Sema.h
|
Added locations and type source info for DeclarationName inside UsingDecl.
|
2010-08-12 11:46:03 +00:00 |
SemaAccess.cpp
|
Partial fix for PR7267 based on comments by John McCall on an earlier patch.
|
2010-06-28 08:39:25 +00:00 |
SemaAttr.cpp
|
Implement #pragma GCC visibility.
|
2010-08-05 06:57:20 +00:00 |
SemaCXXCast.cpp
|
Allow reference binding of a reference of Objective-C object type to
|
2010-08-07 11:51:51 +00:00 |
SemaCXXScopeSpec.cpp
|
When a nested-name-specifier refers into a current instantiation that has
|
2010-07-28 14:49:07 +00:00 |
SemaChecking.cpp
|
Random temporary string cleanup.
|
2010-08-11 14:47:12 +00:00 |
SemaCodeComplete.cpp
|
Once code completion has completed, pass a "completion context" on to
|
2010-08-11 21:23:17 +00:00 |
SemaDecl.cpp
|
Fix a crash on invalid when declaring an implicit member of a class with an
|
2010-08-12 00:57:17 +00:00 |
SemaDeclAttr.cpp
|
Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind the way it's being used. Also fix isa<OwnershipAttr> support, break more-than-80-char lines, and other miscellaneous ownership attr cleanup.
|
2010-08-12 08:54:03 +00:00 |
SemaDeclCXX.cpp
|
Added locations and type source info for DeclarationName inside UsingDecl.
|
2010-08-12 11:46:03 +00:00 |
SemaDeclObjC.cpp
|
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
|
2010-08-11 12:19:30 +00:00 |
SemaExceptionSpec.cpp
|
Disable exception-spec compatibility checking under -fno-exceptions.
|
2010-05-28 08:37:35 +00:00 |
SemaExpr.cpp
|
Added locations and type source info for DeclarationName.
|
2010-08-11 22:01:17 +00:00 |
SemaExprCXX.cpp
|
Bail out of MaybeBindToTemporary if the record type is invalid. Test case
|
2010-08-12 02:40:37 +00:00 |
SemaExprObjC.cpp
|
Fix a spurious warning when message sent to qualified-id
|
2010-08-10 18:10:50 +00:00 |
SemaInit.cpp
|
Allow reference binding of a reference of Objective-C object type to
|
2010-08-07 11:51:51 +00:00 |
SemaInit.h
|
Allow reference binding of a reference of Objective-C object type to
|
2010-08-07 11:51:51 +00:00 |
SemaLookup.cpp
|
Don't try to implicitly declare special members of an invalid class.
|
2010-08-11 23:52:36 +00:00 |
SemaObjCProperty.cpp
|
atch for implementation of objective-c's -Wselector
|
2010-07-22 18:24:20 +00:00 |
SemaOverload.cpp
|
Handle the obvious case for diagnosing redeclarations of extern "C" functions.
|
2010-08-12 07:09:11 +00:00 |
SemaOverload.h
|
An identity conversion is better than any non-identity
|
2010-05-23 22:10:15 +00:00 |
SemaStmt.cpp
|
IRGen support for functions returning objc object
|
2010-08-11 17:37:35 +00:00 |
SemaTemplate.cpp
|
Added locations and type source info for DeclarationName.
|
2010-08-11 22:01:17 +00:00 |
SemaTemplate.h
|
When performing substitution of template arguments within the body of
|
2010-07-08 18:37:38 +00:00 |
SemaTemplateDeduction.cpp
|
Remove some incorrect assertions when deduction template arguments in
|
2010-08-06 14:15:26 +00:00 |
SemaTemplateInstantiate.cpp
|
Added locations and type source info for DeclarationName.
|
2010-08-11 22:01:17 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Added locations and type source info for DeclarationName inside UsingDecl.
|
2010-08-12 11:46:03 +00:00 |
SemaType.cpp
|
Fixed redundant NNS loading.
|
2010-08-10 13:46:45 +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
|
Added locations and type source info for DeclarationName.
|
2010-08-11 22:01:17 +00:00 |