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] Fix diagnostics depending on the first coroutine statement.
Eric Fiselier
2017-03-11
1
-0
/
+75
*
[coroutines] Fix assertion in DependentCoawaitExpr when the argument is non-d...
Eric Fiselier
2017-03-09
1
-0
/
+6
*
[coroutines] Build and pass coroutine_handle to await_suspend
Gor Nishanov
2017-03-09
1
-27
/
+53
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-5
/
+154
*
[coroutines] Improve diagnostics when building implicit constructs.
Eric Fiselier
2017-03-06
1
-9
/
+6
*
[coroutines] NFC: Refactor Sema::CoroutineBodyStmt construction.
Gor Nishanov
2017-02-13
1
-1
/
+1
*
[coroutines] Sema: Allow co_return all by itself.
Gor Nishanov
2017-01-10
1
-2
/
+1
*
[coroutines] Add diagnostics for copy/move assignment operators and functions...
Eric Fiselier
2016-10-27
1
-4
/
+21
*
[coroutines] Build fallthrough and set_exception statements.
Eric Fiselier
2016-10-27
1
-3
/
+41
*
[coroutines] Fix co_return statement for initializer list arguments
Eric Fiselier
2016-10-06
1
-5
/
+19
*
[coroutines] Switch to using std::experimental namespace per P0057R5
Gor Nishanov
2016-10-04
1
-19
/
+34
*
[coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
Gor Nishanov
2016-10-02
1
-1
/
+1
*
[coroutines] Diagnose when 'main' is declared as a coroutine.
Eric Fiselier
2016-09-30
1
-0
/
+8
*
[Coroutines] Fix assertion about uncorrected typos in co_await/co_yield/co_re...
Eric Fiselier
2016-09-29
1
-0
/
+17
*
[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