Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make BinOps typed and require a type specifier for !nameconcat. This | David Greene | 2009-04-23 | 1 | -3/+17 |
| | | | | | | | | allows binops to be used in typed contexts such as when passing arguments to classes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69921 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Implement !nameconcat to concatenate strings and look up the resulting | David Greene | 2009-04-22 | 1 | -0/+76 |
name in the symbol table, returning an object. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69822 91177308-0d34-0410-b5e6-96231b3b80d8 |