index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaLambda.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-0
/
+1
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-5
/
+2
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-2
/
+5
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-5
/
+2
*
Adjust the special non-C++ enum block return type inference
John McCall
2013-03-09
1
-86
/
+155
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-11
/
+15
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-7
/
+7
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-1
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-19
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854.
Eli Friedman
2012-09-20
1
-3
/
+9
*
Add the TypeSourceInfo for the lambda call operator to the lambda's
Eli Friedman
2012-09-19
1
-4
/
+6
*
Add an extra check for invalid decls in the lambda semantic analysis to avoid...
Eli Friedman
2012-09-18
1
-0
/
+4
*
PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will
Richard Smith
2012-08-30
1
-6
/
+5
*
Provide isConst/Volatile on CXXMethodDecl.
David Blaikie
2012-08-10
1
-1
/
+1
*
PR12057: Allow variadic template pack expansions to cross lambda boundaries.
Richard Smith
2012-07-25
1
-18
/
+10
*
PR12917: Remove incorrect assumption that lambda mangling information cannot
Richard Smith
2012-07-22
1
-58
/
+68
*
Split out the "empty" case for compound statement into a separate ctor.
Benjamin Kramer
2012-07-04
1
-3
/
+1
*
In blocks, only pretend that enum constants have enum type if necessary.
Jordan Rose
2012-07-02
1
-0
/
+137
*
Check the parameter lists and return type of both blocks and lambdas
Douglas Gregor
2012-06-15
1
-1
/
+18
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-2
/
+2
*
Removing the lambda extension warning concerning single return statements, as...
Aaron Ballman
2012-06-04
1
-20
/
+0
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-2
/
+8
*
Move the computation of the lambda mangling information (mangling
Douglas Gregor
2012-04-04
1
-78
/
+78
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Implement "optimization" for lambda-to-block conversion which inlines the gen...
Eli Friedman
2012-03-01
1
-0
/
+78
*
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-22
1
-1
/
+1
*
Only pop the expression evaluation context corresponding to a lambda
Douglas Gregor
2012-02-21
1
-5
/
+1
*
Improve our handling of lambda expressions that occur within default
Douglas Gregor
2012-02-21
1
-3
/
+12
*
Remove comma from end of enum to silence build warning.
Craig Topper
2012-02-21
1
-1
/
+1
*
Implement non-internal linkage for lambda closure types that need a
Douglas Gregor
2012-02-21
1
-5
/
+34
*
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-21
1
-9
/
+18
*
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-21
1
-3
/
+30
*
Make sure that we set up the right declaration contexts when creating
Douglas Gregor
2012-02-20
1
-2
/
+2
*
Basic support for name mangling of C++11 lambda expressions. Because
Douglas Gregor
2012-02-20
1
-2
/
+12
*
Rewrite variable capture within lambda expressions and blocks,
Douglas Gregor
2012-02-18
1
-2
/
+2
*
Rework the Sema/AST/IRgen dance for the lambda closure type's
Douglas Gregor
2012-02-17
1
-5
/
+34
*
Lambda closure types have a conversion function to a block pointer
Douglas Gregor
2012-02-15
1
-0
/
+50
*
Factor the construction of the lambda-to-function-pointer conversion function...
Douglas Gregor
2012-02-15
1
-38
/
+48
*
Implement C++ core issue 974, which permits default arguments for
Douglas Gregor
2012-02-14
1
-21
/
+28
*
Check the return type of lambda expressions.
Douglas Gregor
2012-02-14
1
-4
/
+13
*
Implement support for lambda capture pack expansions, e.g.,
Douglas Gregor
2012-02-14
1
-3
/
+19
*
Link together the call operator produced from transforming a lambda
Douglas Gregor
2012-02-14
1
-13
/
+15
*
Introduce support for template instantiation of lambda
Douglas Gregor
2012-02-13
1
-87
/
+131
*
Keep track of the set of array index variables we use when we
Douglas Gregor
2012-02-13
1
-1
/
+6
*
Move the storage of lambda captures and capture initializers from
Douglas Gregor
2012-02-13
1
-7
/
+2
*
Lambdas have a deleted default constructor and a deleted copy
Douglas Gregor
2012-02-12
1
-7
/
+7
*
Allow implicit capture of 'this' in a lambda even when the capture
Douglas Gregor
2012-02-10
1
-6
/
+20
*
Don't introduce a lambda's operator() into the class until after we
Douglas Gregor
2012-02-10
1
-49
/
+51
[next]