Andrew Kelley 40dbcd09da fix type_is_codegen_pointer being used incorrectly
The names of these functions should probably change, but at least
the semantics are correct now:
 * type_is_codegen_pointer - the type is either a fn, ptr, or promise
 * get_codegen_ptr_type -
   - ?&T and &T returns &T
   - ?promise and promise returns promise
   - ?fn()void and fn()void returns fn()void
   - otherwise returns nullptr
2018-02-23 12:49:21 -05:00
..
2018-02-17 17:53:07 -05:00
2018-02-15 12:30:29 -05:00
2018-01-31 22:48:40 -05:00
2018-02-10 21:02:24 -05:00
2018-02-10 21:02:24 -05:00
2017-04-24 12:14:45 -04:00
2018-02-10 21:02:24 -05:00
2018-02-10 21:02:24 -05:00
2018-02-10 21:02:24 -05:00
2018-02-20 00:31:52 -05:00
2018-01-31 22:48:40 -05:00
2016-07-28 20:14:57 -07:00
2018-02-12 02:44:31 -05:00