summary refs log tree commit diff stats
path: root/lib/core
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2018-09-04 15:28:14 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-09-04 15:28:14 +0200
commit4aba2981dd47672744191bd17b39bb149f494637 (patch)
treef915c2e879f4f70d3979811a56893a59c7c66438 /lib/core
parentcec89d835494bda07d7b27636a24544460574904 (diff)
downloadNim-4aba2981dd47672744191bd17b39bb149f494637.tar.gz
Codegen fix for function pointers marked inline (#8866)
Fixes #5345
Fixes #5701
Diffstat (limited to 'lib/core')
0 files changed, 0 insertions, 0 deletions
artik K. Agaram <vc@akkartik.com> 2016-03-27 17:43:41 -0700 2812' href='/akkartik/mu/commit/html/064rewrite_literal_string.cc.html?h=main&id=a654e4ecace2d506d1b10f1dde2c287ebe84ef37'>a654e4ec ^
4a39d12d ^


4c4d325c ^
a654e4ec ^
c762564b ^
fe8bf967 ^
805d58c6 ^

c762564b ^
805d58c6 ^
4a39d12d ^
c762564b ^

805d58c6 ^
a654e4ec ^





e5c11a51 ^






















a654e4ec ^


e5c11a51 ^
a654e4ec ^
204dae92 ^


201458e3 ^
204dae92 ^









201458e3 ^
5fe060d5 ^
204dae92 ^



201458e3 ^
5fe060d5 ^






















































a654e4ec ^



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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141