clang-1/lib/Sema
Ted Kremenek dd0e490c24 After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109939 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-31 01:52:11 +00:00
..
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 Minor code simplification. 2010-07-26 21:33:22 +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 Be a bit more careful with undefined CXXRecordDecls. Fixes 2010-07-01 00:21:21 +00:00
Lookup.h Fix a point of semantics with using declaration hiding: method templates 2010-06-16 08:42:20 +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 Remove the vast majority of the Destroy methods from the AST library, 2010-07-25 18:17:45 +00:00
Sema.h When performing code completion for a case statement in a switch whose 2010-07-28 21:50:18 +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 Remove the vast majority of the Destroy methods from the AST library, 2010-07-25 18:17:45 +00:00
SemaCXXCast.cpp When dynamic_cast'ing from a type to itself, fill in the cast kind 2010-07-29 16:12:45 +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 Wire up sema checking for __builtin_arm_usat and __builtin_arm_ssat immediates. 2010-07-29 22:48:34 +00:00
SemaCodeComplete.cpp When performing code completion for a case statement in a switch whose 2010-07-28 21:50:18 +00:00
SemaDecl.cpp Fixed typedef inside extern "C". 2010-07-30 16:47:02 +00:00
SemaDeclAttr.cpp After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! 2010-07-31 01:52:11 +00:00
SemaDeclCXX.cpp Fixed typedef inside extern "C". 2010-07-30 16:47:02 +00:00
SemaDeclObjC.cpp Remove the vast majority of the Destroy methods from the AST library, 2010-07-25 18:17:45 +00:00
SemaExceptionSpec.cpp Disable exception-spec compatibility checking under -fno-exceptions. 2010-05-28 08:37:35 +00:00
SemaExpr.cpp Tighten the rules when deciding if an ivar must be 2010-07-30 16:59:05 +00:00
SemaExprCXX.cpp When deleting a value of class type, make sure that type is complete 2010-07-29 14:44:35 +00:00
SemaExprObjC.cpp Remove the vast majority of the Destroy methods from the AST library, 2010-07-25 18:17:45 +00:00
SemaInit.cpp Make sure that implicit qualification and derived-to-base conversions of xvalues preserve xvalue-ness. Unfortunately I have no idea how to test this property; there doesn't seem to be a syntactical construct that triggers such a conversion and still allows the distinction between prvalues and xvalues to be made. 2010-07-26 17:52:21 +00:00
SemaInit.h Fix source location of the initializer in 2010-07-21 18:31:47 +00:00
SemaLookup.cpp Introduce -f{no-}spell-checking options to enable/disable 2010-07-09 17:35:33 +00:00
SemaObjCProperty.cpp atch for implementation of objective-c's -Wselector 2010-07-22 18:24:20 +00:00
SemaOverload.cpp Remove the vast majority of the Destroy methods from the AST library, 2010-07-25 18:17:45 +00:00
SemaOverload.h An identity conversion is better than any non-identity 2010-05-23 22:10:15 +00:00
SemaStmt.cpp Fix namespace polution. 2010-07-26 21:25:24 +00:00
SemaTemplate.cpp Don't set out-of-line template specialization/definition information 2010-07-28 23:59:57 +00:00
SemaTemplate.h When performing substitution of template arguments within the body of 2010-07-08 18:37:38 +00:00
SemaTemplateDeduction.cpp Split DependentNameType into two types. DependentNameType represents the 2010-06-11 00:33:02 +00:00
SemaTemplateInstantiate.cpp Add source location information to C++ base specifiers. 2010-07-26 16:56:01 +00:00
SemaTemplateInstantiateDecl.cpp Remove the vast majority of the Destroy methods from the AST library, 2010-07-25 18:17:45 +00:00
SemaType.cpp If a TST_typename has a null type, mark the declarator invalid. Prevents 2010-07-30 05:17:22 +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 Remove the vast majority of the Destroy methods from the AST library, 2010-07-25 18:17:45 +00:00