Skip to content

Commit

Permalink
Preserve name in DeclRefExpr for correct highlighitng of This. (#4980)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 5, 2024
1 parent d701284 commit 6fa3bb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions benchmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
{
"name": "closesthit : mono : dxil",
"unit": "milliseconds",
"value": 5223.625
"value": 7090.625
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 1297.0625
"value": 837.9375
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 1189.0
"value": 824.625
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 4782.9375
"value": 3156.5
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 1216.3125
"value": 819.4375
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 859.0
"value": 819.875
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 1521.4375
"value": 954.125
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix resource specialization with `-embed-dxil` (#4990)
dc3f2d65848837afaf528beefc305534a29540c8
Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980)
a7e911985327be427d6ff96bd7548ab1b06d3103

0 comments on commit 6fa3bb9

Please sign in to comment.