summary refs log tree commit diff stats
path: root/compiler/nimfix/nimfix.nim
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2018-08-31 12:16:46 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-08-31 12:16:46 +0200
commitb74faf354e3d998156ab73bbc7367e359c16de41 (patch)
tree32a126c7bc86f5630b53661a2764acf040accec7 /compiler/nimfix/nimfix.nim
parentaa33bcb974e9e18739d2d602f2d63f629301ccc1 (diff)
downloadNim-b74faf354e3d998156ab73bbc7367e359c16de41.tar.gz
Do not materialize empty varargs[untyped] arrays (#8715)
When an empty nkArgList `varargs[untyped]` is passed around it is now
reused for efficiency sake and to prevent the introduction of a spurious
element: before this commit we'd pass the caller a
nkArgList[nkHiddenStdConv[nkBracket]] node instead of just an empty
nkArgList.

Fixes #8706
Diffstat (limited to 'compiler/nimfix/nimfix.nim')
0 files changed, 0 insertions, 0 deletions