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
*
Add caching when looking up coroutine_traits
Brian Gesiak
2018-07-14
1
-13
/
+25
*
[Sema] isValidCoroutineContext FIXME and citations
Brian Gesiak
2018-06-23
1
-2
/
+32
*
[coroutines] Pass implicit object parameter to promise ctor (fix BUG37604)
Gor Nishanov
2018-05-28
1
-0
/
+14
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[Coroutines] Find custom allocators in class scope
Brian Gesiak
2018-04-01
1
-8
/
+19
*
[coroutines] Do not attempt to typo-correct when coroutine is looking for req...
Gor Nishanov
2018-03-27
1
-0
/
+9
*
[coroutines] Fix invalid source range in co_await call expressions.
Eric Fiselier
2018-03-27
1
-1
/
+6
*
Avoid including ScopeInfo.h from Sema.h
Reid Kleckner
2018-03-07
1
-0
/
+1
*
[Coroutines] Use allocator overload when available
Brian Gesiak
2018-02-15
1
-36
/
+89
*
[coroutines] Fix application of NRVO to Coroutine "Gro" or return object.
Eric Fiselier
2018-02-01
1
-4
/
+2
*
Revert "[coroutines] Fix application of NRVO to Coroutine "Gro" or return obj...
Eric Fiselier
2018-01-30
1
-2
/
+4
*
[coroutines] Fix application of NRVO to Coroutine "Gro" or return object.
Eric Fiselier
2018-01-29
1
-4
/
+2
*
[coroutines] Pass coro func args to promise ctor
Brian Gesiak
2018-01-24
1
-30
/
+93
*
[coroutines] Make sure auto return type of await_resume is properly handled
Gor Nishanov
2017-09-05
1
-2
/
+2
*
[coroutines] Support coroutine-handle returning await-suspend (i.e symmetric ...
Gor Nishanov
2017-08-25
1
-10
/
+41
*
Remove incorrect FIXME comment; the FIXME was addressed before the changes we...
Eric Fiselier
2017-07-10
1
-2
/
+0
*
Remove non-ascii characters introduced in r307513
Eric Fiselier
2017-07-10
1
-4
/
+4
*
[coroutines] Include the implicit object parameter type when looking up corou...
Eric Fiselier
2017-07-10
1
-15
/
+39
*
[coroutines] Fix co_await for range statement
Eric Fiselier
2017-06-14
1
-17
/
+18
*
[coroutines] Fix rebuilding of dependent coroutine parameters
Eric Fiselier
2017-06-03
1
-9
/
+10
*
[coroutines] Fix checking for prvalue-ness of `await_suspend` return type
Eric Fiselier
2017-05-31
1
-2
/
+5
*
[coroutines] Fix assertion during -Wuninitialized analysis
Eric Fiselier
2017-05-31
1
-0
/
+1
*
[coroutines] Diagnose invalid result types for `await_resume` and `await_sus...
Eric Fiselier
2017-05-28
1
-0
/
+35
*
[coroutines] Diagnose when promise types fail to declare either return_void o...
Eric Fiselier
2017-05-25
1
-11
/
+37
*
[coroutines] Fix fallthrough diagnostics for coroutines
Eric Fiselier
2017-05-25
1
-2
/
+5
*
[coroutines] Add support for coroutines with non-scalar parameters
Gor Nishanov
2017-05-24
1
-1
/
+61
*
[coroutines] Improved diagnostics when unhandled_exception is missing in the ...
Gor Nishanov
2017-05-24
1
-4
/
+4
*
[coroutines] Wrap the body of the coroutine in try-catch
Gor Nishanov
2017-05-22
1
-0
/
+9
*
[coroutines] Build GRO declaration and return GRO statement
Gor Nishanov
2017-05-22
1
-19
/
+99
*
Assert that a valid operator new/delete signature is always found by the coro...
Eric Fiselier
2017-04-18
1
-4
/
+3
*
Speculatively attempt to fix bot failures caused by recent coroutine changes.
Eric Fiselier
2017-04-18
1
-3
/
+6
*
[coroutines] Fix building of new/delete expressions when get_return_object_on...
Eric Fiselier
2017-04-18
1
-8
/
+75
*
Revert r300504 - [coroutines] Fix rebuilding of implicit and dependent corout...
Eric Fiselier
2017-04-17
1
-75
/
+8
*
[coroutines] Fix rebuilding of implicit and dependent coroutine statements.
Eric Fiselier
2017-04-17
1
-8
/
+75
*
Revert r300420 - [coroutines] Fix building of new/delete expressions when get...
Eric Fiselier
2017-04-16
1
-75
/
+8
*
[coroutines] Fix building of new/delete expressions when get_return_object_on...
Eric Fiselier
2017-04-16
1
-8
/
+75
*
[coroutines] Fix rebuilding of implicit and dependent coroutine statements.
Eric Fiselier
2017-04-03
1
-67
/
+61
*
Use BuildReturnStmt in SemaCoroutine to unbreak sanitizer tests.
Gor Nishanov
2017-03-28
1
-2
/
+7
*
[coroutines] Handle get_return_object_on_allocation_failure
Gor Nishanov
2017-03-27
1
-3
/
+65
*
[coroutines] Implement unhandled_exception changes.
Eric Fiselier
2017-03-23
1
-49
/
+19
*
[coroutines] Fix diagnostics depending on the first coroutine statement.
Eric Fiselier
2017-03-11
1
-21
/
+14
*
[coroutines] Refactor SuspendExpr to create just one OpaqueValue (almost NFC)
Gor Nishanov
2017-03-11
1
-8
/
+10
*
[coroutines] Build and pass coroutine_handle to await_suspend
Gor Nishanov
2017-03-09
1
-13
/
+109
*
Fix unused variable in SemaCoroutine.cpp
Eric Fiselier
2017-03-07
1
-1
/
+0
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-212
/
+321
*
[coroutines] Improve diagnostics when building implicit constructs.
Eric Fiselier
2017-03-06
1
-19
/
+27
*
[coroutines] NFC: Refactor Sema::CoroutineBodyStmt construction.
Gor Nishanov
2017-02-13
1
-78
/
+159
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-1
/
+1
[next]