David Greene beb31a51f6 Implement a !foreach operator analogous to GNU make's $(foreach).
Use it on dags and lists like this:

class decls {
  string name;
}

def Decls : decls;

class B<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Sr."))>;


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71803 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-14 22:23:47 +00:00
..
2009-04-29 00:15:41 +00:00
2009-03-23 04:53:34 +00:00
2009-05-06 01:41:47 +00:00
2008-09-18 16:32:28 +00:00
2009-02-27 11:28:46 +00:00
2009-05-14 15:44:15 +00:00
2009-04-10 20:48:27 +00:00
2009-05-04 18:40:41 +00:00
2009-04-03 20:32:13 +00:00
2009-04-13 02:03:40 +00:00
2008-12-14 08:01:51 +00:00
2009-05-06 01:41:47 +00:00
2009-04-03 00:29:19 +00:00