[PATCH] D53716: [AST] Only store data for the NRVO candidate in ReturnStmt if needed.

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 30 07:43:21 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL345605: [AST] Only store data for the NRVO candidate in ReturnStmt if needed (authored by brunoricci, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D53716?vs=171131&id=171694#toc

Repository:
  rC Clang

https://reviews.llvm.org/D53716

Files:
  cfe/trunk/include/clang/AST/Stmt.h
  cfe/trunk/lib/AST/ASTImporter.cpp
  cfe/trunk/lib/AST/Stmt.cpp
  cfe/trunk/lib/Analysis/BodyFarm.cpp
  cfe/trunk/lib/CodeGen/CGObjC.cpp
  cfe/trunk/lib/Sema/SemaStmt.cpp
  cfe/trunk/lib/Serialization/ASTReaderStmt.cpp
  cfe/trunk/lib/Serialization/ASTWriterStmt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53716.171694.patch
Type: text/x-patch
Size: 12040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181030/42cb10ef/attachment.bin>


More information about the cfe-commits mailing list