[PATCH] D47586: Update NRVO logic to support early return (Attempt 2)

Taiju Tsuiki via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 18 21:43:38 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC335019: Update NRVO logic to support early return (Attempt 2) (authored by tzik, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47586?vs=151847&id=151848#toc

Repository:
  rC Clang

https://reviews.llvm.org/D47586

Files:
  include/clang/AST/Decl.h
  include/clang/Sema/Scope.h
  lib/Sema/Scope.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaStmt.cpp
  lib/Sema/SemaTemplateInstantiateDecl.cpp
  lib/Serialization/ASTReaderDecl.cpp
  lib/Serialization/ASTWriterDecl.cpp
  test/CodeGenCXX/nrvo-noopt.cpp
  test/CodeGenCXX/nrvo.cpp
  test/SemaCXX/nrvo-ast.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47586.151848.patch
Type: text/x-patch
Size: 17826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180619/46866f95/attachment-0001.bin>


More information about the cfe-commits mailing list