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
/
test
/
Parser
/
objcxx0x-lambda-expressions.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
N3922: direct-list-initialization of an auto-typed variable no longer deduces a
Richard Smith
2015-11-11
1
-1
/
+1
*
Fix the end location of init-capture annotations in ObjC++
Ben Langmuir
2015-04-30
1
-0
/
+13
*
Add a warning for direct-list-initialization of a variable with a deduced type
Richard Smith
2015-02-11
1
-1
/
+1
*
Add compat/extension warnings for init captures.
Richard Smith
2013-09-28
1
-1
/
+1
*
PR16094: I should have known Obj-C init-capture disambiguation couldn't be
Richard Smith
2013-05-21
1
-3
/
+13
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-4
/
+4
*
C++1y n3648: parse and reject init-captures for now.
Richard Smith
2013-05-09
1
-0
/
+10
*
PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
2013-02-02
1
-1
/
+1
*
Remove the "unsupported" error for lambda expressions. It's annoying,
Douglas Gregor
2012-02-09
1
-6
/
+6
*
Fix yet one more test
Douglas Gregor
2012-02-09
1
-1
/
+1
*
Refactor to share code for handling return statements between lambda expressi...
Eli Friedman
2012-01-26
1
-2
/
+1
*
More lambda work: semantic analysis of capturing 'this'. It's a bit complica...
Eli Friedman
2012-01-07
1
-1
/
+2
*
More lambda work. Tweak the Sema interface slightly. Start adding the pieces...
Eli Friedman
2012-01-05
1
-4
/
+1
*
Stub out the Sema interface for lambda expressions, and change the parser to ...
Eli Friedman
2012-01-04
1
-6
/
+6
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Parsing of C++0x lambda expressions, from John Freeman with help from
Douglas Gregor
2011-08-04
1
-0
/
+26