llvm-project/clang/lib/Sema
Charles Davis 163855f46d dllimport and dllexport are declspec attributes, too. They're also
Win32-specific.

Also, fix a test to use FileCheck instead of grepping LLVM IR.

llvm-svn: 96364
2010-02-16 18:27:26 +00:00
..
CMakeLists.txt Try to make cmake happy 2010-01-10 13:06:34 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
CodeCompleteConsumer.cpp Eliminate cursor kinds used to express definitions. Instead, provide 2010-01-19 19:34:47 +00:00
IdentifierResolver.cpp Optimize the implementation of IdDeclInfo pooling in the IdentifierResolver. 2010-02-15 19:38:00 +00:00
IdentifierResolver.h Eliminate dead code. 2010-01-02 21:44:36 +00:00
JumpDiagnostics.cpp Silence some warnings produced by Clang, and add a missing header 2009-11-17 06:14:37 +00:00
Lookup.h Improve access control diagnostics. Perform access control on member-pointer 2010-02-10 09:31:12 +00:00
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
ParseAST.cpp Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader 2009-12-01 21:57:20 +00:00
Sema.cpp Implementing unused function warning. 2010-02-12 00:07:30 +00:00
Sema.h Rename argument so the name reflects what it's doing. 2010-02-16 10:07:31 +00:00
SemaAccess.cpp Improve access control diagnostics. Perform access control on member-pointer 2010-02-10 09:31:12 +00:00
SemaAttr.cpp Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: 2009-12-02 08:25:40 +00:00
SemaCXXCast.cpp Eliminate the ASTContext parameter from RecordDecl::getDefinition() 2010-02-11 01:04:33 +00:00
SemaCXXScopeSpec.cpp When determining whether a scope specifier is complete, consider a 2010-02-05 04:39:02 +00:00
SemaChecking.cpp Rename argument so the name reflects what it's doing. 2010-02-16 10:07:31 +00:00
SemaCodeComplete.cpp Thread a source location into the template-argument deduction routines. There 2010-02-08 23:07:23 +00:00
SemaDecl.cpp Complain if block-literal expression's parameter name is 2010-02-12 21:53:14 +00:00
SemaDeclAttr.cpp dllimport and dllexport are declspec attributes, too. They're also 2010-02-16 18:27:26 +00:00
SemaDeclCXX.cpp Support local namespace aliases and permit them to be instantiated. 2010-02-16 06:53:13 +00:00
SemaDeclObjC.cpp Class continuation now has its own property ast for 2010-02-15 21:55:26 +00:00
SemaExceptionSpec.cpp Work around an annoying, non-standard optimization in the glibc 2010-02-12 07:32:17 +00:00
SemaExpr.cpp Complain if block-literal expression's parameter name is 2010-02-12 21:53:14 +00:00
SemaExprCXX.cpp Fix leak in CXXNewExpr where the SubExprs array would get allocated directly using 'new[]' instead of the allocator associated with ASTContext. 2010-02-11 22:51:03 +00:00
SemaExprObjC.cpp Allocate the SubExprs array in ObjCMessageExpr using the allocator associated with ASTContext. This fixes yet another leak (<rdar://problem/7639260>). 2010-02-11 22:41:21 +00:00
SemaInit.cpp Silence a GCC warning about a possibly uninitialized variable. It's data flow 2010-02-13 07:23:01 +00:00
SemaInit.h Access checking for implicit user-defined conversions. 2010-02-01 03:16:54 +00:00
SemaLookup.cpp In C++, allow builtins to be referred to via qualified name lookup, e.g., 2010-02-12 05:48:04 +00:00
SemaOverload.cpp Improve access control diagnostics. Perform access control on member-pointer 2010-02-10 09:31:12 +00:00
SemaOverload.h Thread a source location into the template-argument deduction routines. There 2010-02-08 23:07:23 +00:00
SemaStmt.cpp When we have a dependent direct initializer but not a dependent 2010-02-11 22:55:30 +00:00
SemaTemplate.cpp Permit the use of typedefs of class template specializations in 2010-02-13 05:23:25 +00:00
SemaTemplate.h Implement partial ordering of function template specializations 2009-09-14 18:39:43 +00:00
SemaTemplateDeduction.cpp Thread a source location into the template-argument deduction routines. There 2010-02-08 23:07:23 +00:00
SemaTemplateInstantiate.cpp Fix instantiation of template functions with local classes that contain virtual 2010-02-15 22:12:26 +00:00
SemaTemplateInstantiateDecl.cpp Support local namespace aliases and permit them to be instantiated. 2010-02-16 06:53:13 +00:00
SemaType.cpp Improve representation of tag declarations first declared or defined 2010-02-12 17:40:34 +00:00
TargetAttributesSema.cpp dllimport and dllexport are declspec attributes, too. They're also 2010-02-16 18:27:26 +00:00
TargetAttributesSema.h Generalize target weirdness handling having proper layering in mind: 2010-01-10 12:58:08 +00:00
TreeTransform.h Fix a fiendinshly fun little type-canonicalization bug, where we were 2010-02-13 06:05:33 +00:00