llvm-project/clang/lib/Sema
Sebastian Redl 8eb06f17c4 Eagerly evaluate type traits in Sema instead of lazily in AST. They actually need Sema access to be correct, fixes coming up.
llvm-svn: 113782
2010-09-13 20:56:31 +00:00
..
AnalysisBasedWarnings.cpp Enhance -Wreturn-type to not warn when control-flow is most likely limited by a switch statement explicitly covering 2010-09-09 00:06:07 +00:00
AttributeList.cpp Add symantic support for the Pascal calling convention via 2010-09-03 01:29:35 +00:00
CMakeLists.txt CMake: Update to use standard CMake dependency tracking facilities instead 2010-09-10 21:13:16 +00:00
CodeCompleteConsumer.cpp Synchronize code-completion cursor kinds with indexing cursor 2010-09-03 23:30:36 +00:00
DeclSpec.cpp Make sure we clear TypeSpecOwned when setting TypeSpecType to something when 2010-08-26 17:22:34 +00:00
IdentifierResolver.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
JumpDiagnostics.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Sema.cpp Fix a few minor issues with parsing and semantic analysis of C++ 2010-09-08 23:14:30 +00:00
SemaAccess.cpp Add a quick-and-dirty hack to give a better diagnostic for [class.protected] 2010-09-03 04:56:05 +00:00
SemaAttr.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaCXXCast.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaCXXScopeSpec.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
SemaChecking.cpp Check format strings when a called function has more than one FormatAttr (one for 'scanf' and one for 'printf'). Fixes <rdar://problem/8409437>. 2010-09-09 04:33:05 +00:00
SemaCodeComplete.cpp Teach libclang to walk the base and member initializers of a 2010-09-09 21:42:20 +00:00
SemaDecl.cpp Add basic support for Microsoft enum forward declaration. 2010-09-12 05:06:55 +00:00
SemaDeclAttr.cpp Relax __attribute_((nonnull)) checking to allow the attribute on functions with no pointer arguments. GCC doesn't warn 2010-09-09 01:17:32 +00:00
SemaDeclCXX.cpp Fix a typo noted by Gabor 2010-09-13 16:44:26 +00:00
SemaDeclObjC.cpp Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols 2010-09-01 01:21:15 +00:00
SemaExceptionSpec.cpp Emulate (some of) Microsoft's looser semantic checking of exception 2010-08-30 15:04:51 +00:00
SemaExpr.cpp Congruent diagnostic for void* arithmetic. 2010-09-13 06:50:07 +00:00
SemaExprCXX.cpp Eagerly evaluate type traits in Sema instead of lazily in AST. They actually need Sema access to be correct, fixes coming up. 2010-09-13 20:56:31 +00:00
SemaExprObjC.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaInit.cpp When performing overload resolution, only compare the final conversion 2010-09-12 08:07:23 +00:00
SemaLookup.cpp zap more dead code. 2010-09-04 18:19:08 +00:00
SemaObjCProperty.cpp Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols 2010-09-01 01:21:15 +00:00
SemaOverload.cpp Don't assert when attempting to take the address of an overloaded 2010-09-12 08:16:09 +00:00
SemaStmt.cpp Fix indentation. 2010-09-09 06:53:59 +00:00
SemaTemplate.cpp Parentheses around address non-type template argument is demoted to an extension warning. 2010-09-13 06:06:58 +00:00
SemaTemplateDeduction.cpp Perform the function-to-pointer adjustment during template argument 2010-08-30 21:04:23 +00:00
SemaTemplateInstantiate.cpp Simplify template instantiation for C++ exception declarations, 2010-09-09 17:09:21 +00:00
SemaTemplateInstantiateDecl.cpp Diagnose the instantiation of variables (including static data 2010-09-12 07:37:24 +00:00
SemaType.cpp Reverse r113397 until we decide what to do with 2010-09-08 21:36:35 +00:00
TargetAttributesSema.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Define and implement CXXNoexceptExpr. Create it in Sema. 2010-09-10 20:55:43 +00:00