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
/
SemaCoroutine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[coroutines] Build a CoroutineBodyStmt when finishing parsing a coroutine, an...
Richard Smith
2015-11-24
1
-4
/
+65
*
[coroutines] Check for overload sets in co_yield / co_return operands being r...
Richard Smith
2015-11-22
1
-11
/
+8
*
[coroutines] Build implicit return_value / return_void calls for co_return.
Richard Smith
2015-11-22
1
-6
/
+22
*
[coroutines] Materialize the awaitable before generating the await_* calls.
Richard Smith
2015-11-22
1
-5
/
+9
*
[coroutines] Factor out co_await representation into common base class for co...
Richard Smith
2015-11-22
1
-2
/
+16
*
[coroutines] Better handling of placeholder types.
Richard Smith
2015-11-20
1
-6
/
+30
*
[coroutines] Synthesize yield_value call for co_yield.
Richard Smith
2015-11-20
1
-16
/
+50
*
[coroutines] Per latest wording paper, co_* are no longer permitted in any
Richard Smith
2015-11-20
1
-11
/
+14
*
[coroutines] Tweak diagnostics to always use fully-qualified name for std::co...
Richard Smith
2015-11-19
1
-0
/
+6
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-24
/
+207
*
[coroutines] Initial stub Sema functionality for handling coroutine await / y...
Richard Smith
2015-10-22
1
-0
/
+106