..
AnalysisBasedWarnings.cpp
Move duplicate uninitialized warning suppression into the
2011-07-22 05:27:52 +00:00
AttributeList.cpp
Document the existing objc_precise_lifetime attribute.
2011-07-22 08:53:00 +00:00
CMakeLists.txt
Move all of Sema's member-access-related checking out of SemaExpr.cpp
2011-06-23 00:49:38 +00:00
CodeCompleteConsumer.cpp
Introduce a new libclang aPI function,
2011-07-07 16:03:39 +00:00
DeclSpec.cpp
Add 'mutable' to the function declarator chunk, to be used when
2011-07-13 21:47:47 +00:00
DelayedDiagnostic.cpp
Automatic Reference Counting.
2011-06-15 23:02:42 +00:00
IdentifierResolver.cpp
Fix the insertion of label declarations into the identifier chain in
2011-03-24 10:35:39 +00:00
JumpDiagnostics.cpp
objc-arc: Diagnose when captured variable in block literals
2011-07-11 18:04:54 +00:00
Makefile
BUILD_ARCHIVE is the default for libraries, no need to set it.
2010-07-18 00:14:47 +00:00
Scope.cpp
Store a parameter index and function prototype depth in every
2011-05-01 22:35:37 +00:00
Sema.cpp
Build up statistics about the work done for analysis based warnings.
2011-07-06 16:21:37 +00:00
SemaAccess.cpp
Implement caching of default constructors on the resolution table. This
2011-06-10 03:50:41 +00:00
SemaAttr.cpp
Add ms_struct attribute on record typee
2011-04-26 17:54:40 +00:00
SemaCXXCast.cpp
Remove unused variable.
2011-07-08 20:20:17 +00:00
SemaCXXScopeSpec.cpp
Fixed enum types can be complete without actually being valid to use
2011-07-06 06:57:57 +00:00
SemaChecking.cpp
Remove warning for conditional operands of differend signedness from -Wsign-compare. Cases that previously warn on this will have a different warning emitted from -Wsign-conversion.
2011-07-21 02:46:28 +00:00
SemaCodeComplete.cpp
New libclang API to expose container type for code completion, from
2011-07-21 01:05:26 +00:00
SemaDecl.cpp
In Objective-C, pull arbitrary attributes from overridden
2011-07-22 02:45:48 +00:00
SemaDeclAttr.cpp
Document the existing objc_precise_lifetime attribute.
2011-07-22 08:53:00 +00:00
SemaDeclCXX.cpp
Speculatively revert 135649 to bring back the g++ testing bots.
2011-07-21 05:34:24 +00:00
SemaDeclObjC.cpp
Move this ObjCImplementationDecl member function into libAST
2011-07-22 04:15:06 +00:00
SemaExceptionSpec.cpp
Implement support for C++11 in-class initialization of non-static data members.
2011-06-11 17:19:42 +00:00
SemaExpr.cpp
This handles the missing cases of opencl vector literals.
2011-07-15 23:07:01 +00:00
SemaExprCXX.cpp
Enforce access control for the destructor in a new[] expression and mark
2011-07-13 20:12:57 +00:00
SemaExprMember.cpp
Add support for C++ namespace-aware typo correction, e.g., correcting
2011-06-28 16:20:02 +00:00
SemaExprObjC.cpp
With -Wselector, don't warn about unimplemented optional method
2011-07-13 19:05:43 +00:00
SemaInit.cpp
This handles the missing cases of opencl vector literals.
2011-07-15 23:07:01 +00:00
SemaLookup.cpp
Use the new llvm::TinyPtrVector class, which implements exactly what
2011-07-18 01:54:02 +00:00
SemaObjCProperty.cpp
objective-c: Any use of @synthesize or @dynamic lexically after a method (or C function) implementation
2011-07-22 01:06:53 +00:00
SemaOverload.cpp
kill a FIXME in IsIntegralPromotion
2011-07-22 21:09:04 +00:00
SemaStmt.cpp
objc-arc: Fixes a crash @throw'ing an objc message.
2011-07-20 23:39:56 +00:00
SemaTemplate.cpp
Restore the C-style cast hack for enum template arguments,
2011-07-15 07:47:58 +00:00
SemaTemplateDeduction.cpp
Accept no-return stripping conversions for pointer type arguments after
2011-06-18 01:19:03 +00:00
SemaTemplateInstantiate.cpp
Replace r134583's fix for PR10290 with one which also works for non-value-dependent cases.
2011-07-20 00:12:52 +00:00
SemaTemplateInstantiateDecl.cpp
Replace r134583's fix for PR10290 with one which also works for non-value-dependent cases.
2011-07-20 00:12:52 +00:00
SemaTemplateVariadic.cpp
Add support for C++ namespace-aware typo correction, e.g., correcting
2011-06-28 16:20:02 +00:00
SemaType.cpp
Add 'mutable' to the function declarator chunk, to be used when
2011-07-13 21:47:47 +00:00
TargetAttributesSema.cpp
Support for C++11 (non-template) alias declarations.
2011-04-15 14:24:37 +00:00
TargetAttributesSema.h
Remove Sema.h's dependency on DeclCXX.h.
2010-08-25 07:42:41 +00:00
TreeTransform.h
now that we have a centralized place to do so, add some using declarations for
2011-07-20 06:58:45 +00:00
TypeLocBuilder.h
Remove more unnecessary #include <llvm/ADT/SmallVector.h>
2011-06-20 06:11:46 +00:00