[PATCH] D44989: [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ in templatized code under ARC

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 17:59:34 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL328749: [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ in… (authored by george.karpenkov, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D44989?vs=140106&id=140172#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44989

Files:
  cfe/trunk/include/clang/AST/Decl.h
  cfe/trunk/lib/Parse/ParseDecl.cpp
  cfe/trunk/lib/Sema/SemaTemplateInstantiateDecl.cpp
  cfe/trunk/lib/Serialization/ASTReaderDecl.cpp
  cfe/trunk/lib/Serialization/ASTWriterDecl.cpp
  cfe/trunk/test/SemaObjC/foreachtemplatized.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44989.140172.patch
Type: text/x-patch
Size: 4932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180329/2bc27f36/attachment.bin>


More information about the llvm-commits mailing list