https://github.com/JuliaLang/julia
Revision dc8857a86f0102b2e935057ac38eb5068833ac44 authored by Keno Fischer on 11 April 2024, 12:05:30 UTC, committed by GitHub on 11 April 2024, 12:05:30 UTC
For ir transform passes that need to be aware of current_scope.
Currently no users in Base, but available for external absint.

---------

Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
1 parent 630f754
Raw File
Tip revision: dc8857a86f0102b2e935057ac38eb5068833ac44 authored by Keno Fischer on 11 April 2024, 12:05:30 UTC
ir: Add version of compute_trycatch for IRCode (#54035)
Tip revision: dc8857a
.clangd
CompileFlags:
  Add: [-I., -I.., -Iflisp, -Isupport, -I../support, -I../usr/include, -I../../usr/include, -Wall,]
back to top