summary refs log tree commit diff stats
path: root/compiler/semstrictfuncs.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-07-04 04:48:19 +0800
committerGitHub <noreply@github.com>2024-07-03 22:48:19 +0200
commit051a536275c8851adec4742f90c518fbbb65d13c (patch)
tree6b8e1176c618d940741cee5a32017120ee793c08 /compiler/semstrictfuncs.nim
parent903b1b10160a825a41af0908a930cde116f768ff (diff)
downloadNim-051a536275c8851adec4742f90c518fbbb65d13c.tar.gz
fixes #23784; don't allow fold paths containing `nkAddr` (#23792)
fixes #23784

notes that before https://github.com/nim-lang/Nim/pull/23477, it didn't
fold paths containing `addr`/`unsafeAddr` because it retained the form
of the magic function: `mAddr`.
Diffstat (limited to 'compiler/semstrictfuncs.nim')
0 files changed, 0 insertions, 0 deletions
d0b767ae0919551776e4c17189140e735'>^
67eeacbf ^


87fbfc2d ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63