hanchenye-llvm-project/clang/lib/Sema
Benjamin Kramer 581f48f583 Initialize all the AnalysisBasedWarnings statistics to zero.
Found by valgrind.

llvm-svn: 134733
2011-07-08 20:38:53 +00:00
..
AnalysisBasedWarnings.cpp Initialize all the AnalysisBasedWarnings statistics to zero. 2011-07-08 20:38:53 +00:00
AttributeList.cpp objc-arc: Support objc_arc_weak_unavailable on those 2011-07-06 19:24:05 +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 Fixed enum types can be complete without actually being valid to use 2011-07-06 06:57:57 +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 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. 2011-06-24 00:08:59 +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 In ARC, reclaim all return values of retainable type, not just those 2011-07-07 06:58:02 +00:00
SemaCodeComplete.cpp Introduce a new libclang aPI function, 2011-07-07 16:03:39 +00:00
SemaDecl.cpp Remove unused parameter from ActOnDeclarator. 2011-07-04 16:28:17 +00:00
SemaDeclAttr.cpp objc-arc: Support objc_arc_weak_unavailable on those 2011-07-06 19:24:05 +00:00
SemaDeclCXX.cpp Don't try to type-check a copy construction of an exception 2011-07-06 18:14:43 +00:00
SemaDeclObjC.cpp objc-arc: enforce performSelector rules in rejecting retaining selectors 2011-07-05 22:38:59 +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 objc++-arc: more diagnosis of converting a weak-unavailable 2011-07-08 17:41:42 +00:00
SemaExprCXX.cpp objc++-arc: more diagnosis of converting a weak-unavailable 2011-07-08 17:41:42 +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 objc++-arc: diagnose assignment/cast of a weak-unavailable 2011-07-07 23:04:17 +00:00
SemaInit.cpp Check for deprecated/unavailable/etc attributes on fields that are 2011-06-29 21:51:31 +00:00
SemaLookup.cpp Initialize member. 2011-07-05 09:46:31 +00:00
SemaObjCProperty.cpp Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
SemaOverload.cpp Fix missing braces around two statements that were intended to be part 2011-06-27 08:31:58 +00:00
SemaStmt.cpp Properly implement the scope restriction on the NRVO for 2011-07-06 22:04:06 +00:00
SemaTemplate.cpp Random cleanup: 2011-07-08 06:21:47 +00:00
SemaTemplateDeduction.cpp Accept no-return stripping conversions for pointer type arguments after 2011-06-18 01:19:03 +00:00
SemaTemplateInstantiate.cpp In an in-class initialization, defer checks for value-dependent initialization 2011-07-07 02:20:13 +00:00
SemaTemplateInstantiateDecl.cpp Use attributes from the definition (if available) when 2011-07-06 15:46:09 +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 Some code cleanup of r134522 2011-07-06 20:48:48 +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 Properly implement the scope restriction on the NRVO for 2011-07-06 22:04:06 +00:00
TypeLocBuilder.h Remove more unnecessary #include <llvm/ADT/SmallVector.h> 2011-06-20 06:11:46 +00:00