https://github.com/JuliaLang/julia
Revision 39087c55ca1f50ba031c0623800cb16cca897285 authored by Keno Fischer on 21 December 2023, 01:20:53 UTC, committed by GitHub on 21 December 2023, 01:20:53 UTC
And then use this model for `nothrow` also (eventually we should just
refactor everything to make nothrow just the appropriate query on exct).
While we're at it, fix the nothrow model for pointerref/pointerset,
which was missing a type check.

---------

Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
1 parent 2cf4de4
Raw File
Tip revision: 39087c55ca1f50ba031c0623800cb16cca897285 authored by Keno Fischer on 21 December 2023, 01:20:53 UTC
Exception type: Model intrinsics (#52547)
Tip revision: 39087c5
.clangd
CompileFlags:
  Add: [-I., -I.., -Iflisp, -Isupport, -I../support, -I../usr/include, -I../../usr/include, -Wall,]
back to top