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] Add diagnostics for copy/move assignment operators and functions...
Eric Fiselier
2016-10-27
1
-47
/
+78
*
[coroutines] Add allocation and deallocation substatements.
Gor Nishanov
2016-10-27
1
-11
/
+144
*
[coroutines] Build fallthrough and set_exception statements.
Eric Fiselier
2016-10-27
1
-5
/
+81
*
[coroutines] Fix co_return statement for initializer list arguments
Eric Fiselier
2016-10-06
1
-1
/
+1
*
[coroutines] Switch to using std::experimental namespace per P0057R5
Gor Nishanov
2016-10-04
1
-4
/
+5
*
[coroutines] Diagnose when 'main' is declared as a coroutine.
Eric Fiselier
2016-09-30
1
-0
/
+5
*
[Coroutines] Fix assertion about uncorrected typos in co_await/co_yield/co_re...
Eric Fiselier
2016-09-29
1
-1
/
+14
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-2
/
+2
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-2
/
+2
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-2
/
+2
*
[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