Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file bs/builtins/types/template/tfunc.cpp or bs/builtins/types/tfunc/tfunc.cpp version 61ed2096c5
|
2019-02-21
| ||
| 21:38 | Handle template decls in CheckParamListKind(), plus some minor cleanup. check-in: c4ea2e2754 user: achavasse tags: trunk | |
|
2019-02-20
| ||
| 22:34 | Implemented the colon infix operator to explicitely build a Decl, TDecl or TNamedDecl. It will be useful in the future to build TDecls with a more complex TExpr than just a TVar on the rhs, it can be omitted otherwise. check-in: c22f37bc75 user: achavasse tags: trunk | |
| 21:22 | Templates: implemented the infix variant of the dollar operator as a shortcut to construct TDecls where the rhs is a TVar. check-in: 1b651c004f user: achavasse tags: trunk | |
| 20:42 | Templates: parse template named decls (like regular decls, but with a TExpr instead of a type). check-in: 6a9c80643f user: achavasse tags: trunk | |
|
2019-02-18
| ||
| 21:54 |
Parser:
| |
|
2019-02-16
| ||
| 18:58 | Templates: implemented the $ operator. check-in: 2d3dd4c2b2 user: achavasse tags: trunk | |
| 16:48 | Some reorganization of template types. check-in: 054862b9f5 user: achavasse tags: trunk | |
| 13:19 | Templates: added TNamedDecl type. check-in: 06665441a7 user: achavasse tags: trunk | |
|
2019-02-15
| ||
| 17:52 | Moved function and function type construction into builtin/types/func, it doesn't really belong in sema. check-in: 8fb71ebfa3 user: achavasse tags: trunk | |
|
2019-02-14
| ||
| 23:11 | Templates: added TFunc type. check-in: aec44da323 user: achavasse tags: trunk | |