]> granicus.if.org Git - clang/commit
Template instantiation for the Objective-C "fast enumeration"
authorDouglas Gregor <dgregor@apple.com>
Thu, 22 Apr 2010 23:10:45 +0000 (23:10 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 22 Apr 2010 23:10:45 +0000 (23:10 +0000)
commitc3203e7ee1464a096f341c2e2a83a10be2da000a
tree0a91ef4f0e766da7c4581632bf4838c8fc2c1dae
parent8fdc13a78a43f09ac396e682c35d57ca0b48216d
Template instantiation for the Objective-C "fast enumeration"
statement, i.e.,

  for (element in collection) {
    // do something
  }

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp
lib/Sema/TreeTransform.h
test/SemaObjCXX/instantiate-stmt.mm