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
...
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-27
/
+83
*
Refactor to use C++1y 'auto' semantics directly in lambdas with no specified
Richard Smith
2013-09-25
1
-14
/
+40
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-1
/
+11
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-1
/
+1
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
1
-8
/
+13
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-129
/
+30
*
Revert "Remove some unused variables identified by Juergen Ributzka *I need t...
Manuel Klimek
2013-08-22
1
-0
/
+1
*
Remove some unused variables identified by Juergen Ributzka *I need to turn o...
Faisal Vali
2013-08-22
1
-1
/
+0
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-30
/
+129
*
Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.
James Dennett
2013-08-09
1
-2
/
+10
*
More local mangling fixes.
Eli Friedman
2013-07-10
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-4
/
+4
*
Suppress "control reaches end of non-void function" warning when compiling wi...
Andy Gibbs
2013-07-02
1
-0
/
+2
*
Fix mangling for block literals.
Eli Friedman
2013-07-01
1
-67
/
+72
*
Unify return type checking for functions and ObjC methods. Move all the
Eli Friedman
2013-06-14
1
-3
/
+0
*
Followup to r183931 to fix the lambda conversion-to-block-pointer member.
Eli Friedman
2013-06-13
1
-1
/
+1
*
Fix a small bug in the linkage computation for the lambda conversion-to-funct...
Eli Friedman
2013-06-13
1
-1
/
+1
*
Use FPT::getArgTypes() instead of manually building ArrayRefs
Reid Kleckner
2013-06-10
1
-15
/
+6
*
Re-commit r183466 with a fix to make the TypeLoc casting machinery work
Eli Friedman
2013-06-07
1
-3
/
+3
*
Reverts r183466: "Perform dynamic alignment computations..."
Manuel Klimek
2013-06-07
1
-3
/
+3
*
Perform dynamic alignment computations so that the data in TypeLocs is
Eli Friedman
2013-06-07
1
-3
/
+3
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-24
/
+136
*
C++1y n3648: parse and reject init-captures for now.
Richard Smith
2013-05-09
1
-0
/
+8
*
In block enum-return inference, don't die on loads of enum lvalues.
John McCall
2013-05-08
1
-3
/
+4
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-5
/
+3
*
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-03
1
-0
/
+1
*
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
[prev]
[next]