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
*
[Sema] isValidCoroutineContext FIXME and citations
Brian Gesiak
2018-06-23
1
-0
/
+8
*
[coroutines] Pass implicit object parameter to promise ctor (fix BUG37604)
Gor Nishanov
2018-05-28
1
-5
/
+27
*
Correct warning on Float->Integer conversions.
Erich Keane
2018-05-07
1
-1
/
+1
*
[Coroutines] Find custom allocators in class scope
Brian Gesiak
2018-04-01
1
-56
/
+0
*
[coroutines] Do not attempt to typo-correct when coroutine is looking for req...
Gor Nishanov
2018-03-27
1
-4
/
+21
*
[coroutines] Fix unused warning on result of co_yield.
Eric Fiselier
2018-03-27
1
-2
/
+19
*
Fix unused expression warning in co_await.
Eric Fiselier
2018-03-27
1
-1
/
+25
*
[Coroutines] Use target-agnostic size_t in test
Brian Gesiak
2018-02-16
1
-6
/
+6
*
[Coroutines] Use allocator overload when available
Brian Gesiak
2018-02-15
1
-0
/
+96
*
[coroutines] Pass coro func args to promise ctor
Brian Gesiak
2018-01-24
1
-0
/
+69
*
[coroutines] Make sure auto return type of await_resume is properly handled
Gor Nishanov
2017-09-05
1
-0
/
+10
*
[coroutines] Include the implicit object parameter type when looking up corou...
Eric Fiselier
2017-07-10
1
-4
/
+261
*
[coroutines] Fix rebuilding of dependent coroutine parameters
Eric Fiselier
2017-06-03
1
-0
/
+13
*
[coroutines] Fix checking for prvalue-ness of `await_suspend` return type
Eric Fiselier
2017-05-31
1
-2
/
+20
*
[coroutines] Diagnose invalid result types for `await_resume` and `await_sus...
Eric Fiselier
2017-05-28
1
-0
/
+37
*
[coroutines] Diagnose when promise types fail to declare either return_void o...
Eric Fiselier
2017-05-25
1
-9
/
+17
*
[coroutines] Fix fallthrough diagnostics for coroutines
Eric Fiselier
2017-05-25
1
-0
/
+11
*
[coroutines] Improved diagnostics when unhandled_exception is missing in the ...
Gor Nishanov
2017-05-24
1
-1
/
+1
*
[coroutines] Build GRO declaration and return GRO statement
Gor Nishanov
2017-05-22
1
-0
/
+72
*
[coroutines] Fix building of new/delete expressions when get_return_object_on...
Eric Fiselier
2017-04-18
1
-0
/
+52
*
Revert r300504 - [coroutines] Fix rebuilding of implicit and dependent corout...
Eric Fiselier
2017-04-17
1
-52
/
+0
*
[coroutines] Fix rebuilding of implicit and dependent coroutine statements.
Eric Fiselier
2017-04-17
1
-0
/
+52
*
Revert r300420 - [coroutines] Fix building of new/delete expressions when get...
Eric Fiselier
2017-04-16
1
-52
/
+0
*
[coroutines] Fix building of new/delete expressions when get_return_object_on...
Eric Fiselier
2017-04-16
1
-0
/
+52
*
[coroutines] Fix rebuilding of implicit and dependent coroutine statements.
Eric Fiselier
2017-04-03
1
-3
/
+45
*
[coroutines] Handle get_return_object_on_allocation_failure
Gor Nishanov
2017-03-27
1
-0
/
+18
*
[coroutines] Implement unhandled_exception changes.
Eric Fiselier
2017-03-23
1
-14
/
+21
*
[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
[next]