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
/
SemaCXX
/
coroutines.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[coroutines] Build a CoroutineBodyStmt when finishing parsing a coroutine, an...
Richard Smith
2015-11-24
1
-1
/
+74
*
[coroutines] Check for overload sets in co_yield / co_return operands being r...
Richard Smith
2015-11-22
1
-8
/
+28
*
[coroutines] Build implicit return_value / return_void calls for co_return.
Richard Smith
2015-11-22
1
-0
/
+13
*
[coroutines] Factor out co_await representation into common base class for co...
Richard Smith
2015-11-22
1
-0
/
+5
*
[coroutines] Better handling of placeholder types.
Richard Smith
2015-11-20
1
-0
/
+15
*
[coroutines] Support braced-init-list as operand of co_yield expression.
Richard Smith
2015-11-20
1
-2
/
+5
*
[coroutines] Synthesize yield_value call for co_yield.
Richard Smith
2015-11-20
1
-1
/
+19
*
[coroutines] Per latest wording paper, co_* are no longer permitted in any
Richard Smith
2015-11-20
1
-2
/
+11
*
[coroutines] Tweak diagnostics to always use fully-qualified name for std::co...
Richard Smith
2015-11-19
1
-1
/
+6
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-16
/
+72
*
[coroutines] Initial stub Sema functionality for handling coroutine await / y...
Richard Smith
2015-10-22
1
-0
/
+51