Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c29db84419592e98e71a08d1a9fb04a3d6b51a0c
/
clang
/
test
/
CodeGenCXX
/
lambda-expressions.cpp
7f416cc
Compute and preserve alignment more faithfully in IR-generation.
by John McCall
· 10 years ago
6d69e8c
Fix assertion failure if a lambda array-capture is followed by a this capture.
by Richard Smith
· 10 years ago
bdf40a6
Test case updates for explicit type parameter to the gep operator
by David Blaikie
· 11 years ago
a953f28
Update Clang tests to handle explicitly typed load changes in LLVM.
by David Blaikie
· 11 years ago
e5df59f
Emit DeferredDeclsToEmit in a DFS order.
by Rafael Espindola
· 11 years ago
2144377
Use a CHECK-LABEL. NFC
by Rafael Espindola
· 11 years ago
602cfe7
CodeGen: Don't crash when a lambda uses a local constexpr variable
by David Majnemer
· 11 years ago
17e2633
CodeGen: Compound literals with funny types shouldn't crash
by David Majnemer
· 11 years ago
4362261
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
by Stephen Lin
· 12 years ago
985d1c5
Add the 'target-cpu' and 'target-features' attributes to functions.
by Bill Wendling
· 13 years ago
85ab57a
Update the tests.
by Bill Wendling
· 13 years ago
9806806
Modify the tests for the (sorted) order that the attributes come out as now.
by Bill Wendling
· 13 years ago
33accdf
Don't assert/crash on reference variables in lambdas bound to a
by Eli Friedman
· 13 years ago
6780b68
clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts.
by NAKAMURA Takumi
· 13 years ago
f5f4d2f
Make sure the __invoke function for lambdas returns properly. Per bug report on IRC>
by Eli Friedman
· 13 years ago
c401755
Fix the determination of whether a capture refers to an enclosing
by Douglas Gregor
· 13 years ago
5a1104b
DR1472: A reference isn't odr-used if it has preceding initialization,
by Richard Smith
· 13 years ago
0421ce7
Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it
by Richard Smith
· 13 years ago
6f88e5e
Implement non-internal linkage for lambda closure types that need a
by Douglas Gregor
· 14 years ago
43c3f28
Make sure that we set up the right declaration contexts when creating
by Douglas Gregor
· 14 years ago
d5c4844
When we resolve the type of an 'auto' variable, clear out the linkage
by Douglas Gregor
· 14 years ago
6379854
Basic support for name mangling of C++11 lambda expressions. Because
by Douglas Gregor
· 14 years ago
355efbb
Rework the Sema/AST/IRgen dance for the lambda closure type's
by Douglas Gregor
· 14 years ago
4412b23
Add a coverage test for lambda expression IRGen.
by Eli Friedman
· 14 years ago