Skip to content

Fix pretty printing of WARNING pragmas

Matthew Pickering requested to merge wip/t23465 into master

There is still something quite unsavoury going on with WARNING pragma printing because the printing relies on the fact that for decl deprecations the SourceText of WarningTxt is empty. However, I let that lion sleep and just fixed things directly.

Fiexes #23465 (closed)

cc @barci2 @adamgundry

Merge request reports