llvm-project/clang/lib/Sema
Douglas Gregor a3efea1881 Refactor the tree transform's many loops over sets of expressions
(transforming each in turn) into calls into one central routine
(TransformExprs) that transforms a list of expressions. This
refactoring is preparatory work for pack expansions whose in an
expression-list. 

No functionality change.

llvm-svn: 122761
2011-01-03 19:04:46 +00:00
..
AnalysisBasedWarnings.cpp Fix diagnostic pragmas. 2010-12-15 18:44:22 +00:00
AttributeList.cpp Refactor how we collect attributes during parsing, and add slots for attributes 2010-12-24 02:08:15 +00:00
CMakeLists.txt Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. 2010-12-15 17:38:57 +00:00
CodeCompleteConsumer.cpp Eliminate the (de-)serialization of code completion results, now that 2010-10-11 22:12:15 +00:00
DeclSpec.cpp Refactor how we collect attributes during parsing, and add slots for attributes 2010-12-24 02:08:15 +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 Implement an indirect-goto optimization for goto *&&lbl and respect this 2010-10-28 08:53:48 +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 Implement basic support for template instantiation of pack expansions 2010-12-20 22:05:00 +00:00
SemaAccess.cpp Minor whitespace and comment fixes. No functionality change. 2010-11-28 22:53:37 +00:00
SemaAttr.cpp Treat visibility on an enclosing namespace as a non-explicit source of 2010-12-10 02:59:44 +00:00
SemaCXXCast.cpp Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 01:01:28 +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 Don't try to compute the value of a value-dependent expression when 2010-12-21 07:22:56 +00:00
SemaCodeComplete.cpp Fix a major inconsistency in the representation of Objective-C 2010-12-21 17:34:17 +00:00
SemaDecl.cpp When we attempt to create a built-in that involves a library type we 2011-01-03 09:37:44 +00:00
SemaDeclAttr.cpp Funciton -> Function 2011-01-02 19:53:19 +00:00
SemaDeclCXX.cpp When checking a using declaration, make sure that the context we're 2010-12-21 07:41:49 +00:00
SemaDeclObjC.cpp Add -fobjc-default-synthesized-properties flag 2010-12-23 21:35:43 +00:00
SemaExceptionSpec.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaExpr.cpp Guard lazy synthesis of provisional ivars under the new 2011-01-03 18:08:02 +00:00
SemaExprCXX.cpp More __uuidof validation: 2010-12-27 01:32:00 +00:00
SemaExprObjC.cpp Complain on missing property getter method only 2010-12-22 19:46:35 +00:00
SemaInit.cpp MSVC doesn't require an accessible copy-constructor when binding a temporary class object to a const-reference. 2010-12-31 10:43:42 +00:00
SemaLookup.cpp When we attempt to create a built-in that involves a library type we 2011-01-03 09:37:44 +00:00
SemaObjCProperty.cpp Guard lazy synthesis of provisional ivars under the new 2011-01-03 18:08:02 +00:00
SemaOverload.cpp For member pointer conversions potentially involving derived-to-base 2010-12-21 21:40:41 +00:00
SemaStmt.cpp Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital 2010-12-15 04:42:30 +00:00
SemaTemplate.cpp Non-type template parameter packs cannot have default arguments. 2010-12-24 00:20:52 +00:00
SemaTemplateDeduction.cpp Implement support for pack expansions whose pattern is a non-type 2011-01-03 17:17:50 +00:00
SemaTemplateInstantiate.cpp When instantiating a non-type template parameter pack, be sure to 2010-12-24 00:15:10 +00:00
SemaTemplateInstantiateDecl.cpp Add an AST representation for non-type template parameter 2010-12-23 23:51:58 +00:00
SemaTemplateVariadic.cpp Implement support for pack expansions whose pattern is a non-type 2011-01-03 17:17:50 +00:00
SemaType.cpp Refactor how we collect attributes during parsing, and add slots for attributes 2010-12-24 02:08:15 +00:00
TargetAttributesSema.cpp 1. Add some ABI information for the Microblaze. 2010-12-19 19:57:51 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Refactor the tree transform's many loops over sets of expressions 2011-01-03 19:04:46 +00:00
TypeLocBuilder.h Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it 2010-12-02 00:05:49 +00:00