提交歷史

作者 SHA1 備註 提交日期
  Vivek Pandya 613e830b17 Allow copy/move assignment operator to be coroutine as per N4775 6 年之前
  Gauthier Harnisch 17feca48a8 [C++20] add Basic consteval specifier 6 年之前
  Richard Smith 0fb16153cd Split ActOnCallExpr into an ActOnCallExpr to be called by the parser, 6 年之前
  Brian Gesiak e48636b555 Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block" 6 年之前
  Brian Gesiak 55c482d7c1 Revert "[coroutines][PR40978] Emit error for co_yield within catch block" 6 年之前
  Brian Gesiak ca894734be [coroutines][PR40978] Emit error for co_yield within catch block 6 年之前
  Fangrui Song 0761773157 Fix file headers. NFC 6 年之前
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Brian Gesiak 205745cdf7 [AST] Remove ASTContext from getThisType (NFC) 6 年之前
  Aaron Ballman bf91d084ae Refactor the way we handle diagnosing unused expression results. 6 年之前
  Bruno Ricci b918bb9ddb [AST] Store the expressions in ParenListExpr in a trailing array 6 年之前
  Brian Gesiak 2bce94da8a [coro]Pass rvalue reference for named local variable to return_value 6 年之前
  Stephen Kelly d7b659b592 Port getLocStart -> getBeginLoc 7 年之前
  Brian Gesiak 6ffcf589f0 Add caching when looking up coroutine_traits 7 年之前
  Brian Gesiak 86ed6a4248 [Sema] isValidCoroutineContext FIXME and citations 7 年之前
  Gor Nishanov 45a3948091 [coroutines] Pass implicit object parameter to promise ctor (fix BUG37604) 7 年之前
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 年之前
  Richard Smith 5d50602a8d Track the result of evaluating a computed noexcept specification on the 7 年之前
  Alexander Kornienko b8b9458165 Fix typos in clang 7 年之前
  Brian Gesiak d2efb713d7 [Coroutines] Find custom allocators in class scope 7 年之前
  Gor Nishanov bc15147a08 [coroutines] Do not attempt to typo-correct when coroutine is looking for required members 7 年之前
  Eric Fiselier 41f066c74f [coroutines] Fix invalid source range in co_await call expressions. 7 年之前
  Reid Kleckner 1f5fca8f18 Avoid including ScopeInfo.h from Sema.h 7 年之前
  Brian Gesiak a8522988bf [Coroutines] Use allocator overload when available 7 年之前
  Eric Fiselier 5fb3bb8404 [coroutines] Fix application of NRVO to Coroutine "Gro" or return object. 7 年之前
  Eric Fiselier facfffcd4e Revert "[coroutines] Fix application of NRVO to Coroutine "Gro" or return object." 7 年之前
  Eric Fiselier 82aa86f5d3 [coroutines] Fix application of NRVO to Coroutine "Gro" or return object. 7 年之前
  Brian Gesiak 2915e0fd9e [coroutines] Pass coro func args to promise ctor 7 年之前
  Gor Nishanov 5d5d6f40e1 [coroutines] Make sure auto return type of await_resume is properly handled 8 年之前
  Gor Nishanov 79ceb35ad0 [coroutines] Support coroutine-handle returning await-suspend (i.e symmetric control transfer) 8 年之前