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
..
2003-08-04 04:53:13 +00:00
2009-05-14 21:22:49 +00:00
2003-07-30 19:40:00 +00:00
2007-04-15 10:26:05 +00:00
2003-08-03 17:47:52 +00:00
2003-08-03 18:28:09 +00:00
2003-08-03 18:28:09 +00:00
2004-07-27 01:00:56 +00:00
2003-08-04 20:43:48 +00:00
2003-08-10 22:02:44 +00:00