Jacob Young 2ba787e303 Sema: restrict what can appear in a naked function
* Disable runtime calls, since it is not possible to know the proper
   stack adjustment to follow the callee abi.
 * Disable runtime returns, since it is not possible to know where the
   return address is stored in general.
 * Allow implicit returns regardless of the return type, which allows
   naked functions with a non-void return type to be written.
2023-07-31 01:58:10 -04:00
..
2023-07-31 01:58:10 -04:00
2023-06-20 12:55:38 -04:00
2023-07-18 19:02:05 -07:00
2023-01-25 20:56:23 -07:00