Compiler Explorer 上的 "conformance viewer" 工具是什么? https://godbolt.org/
What is the "conformance viewer" tool on Compiler Explorer? https://godbolt.org/
我将其视为可以添加的工具,但我不知道它的作用。我试过谷歌搜索,但找不到答案。当然,这在某处有记录。或者有人知道并发表了。
Conformance View
允许您在不查看程序集的情况下进行编译。这有助于确保您的代码通过所有这些编译器,但无需打开 10 windows。
来源:
无法在 Google 上找到它,但我可以按照 Cpplang Slack link at the top of godbolt.org.
上的讨论 C++ 找到它
我搜索了 conformance viewer
工具并看到了消息:
2017 年 6 月 21 日
鲁本
Woop! So with this update there's now a conformance view which you can use to quickly see whether or not the code compilers/generates warnings on different compilers. Like in this dumb example https://godbolt.org/g/16CqgT
马特·戈德博尔特
And thanks to Rubén for implementing it!
2018 年 9 月 10 日
鲁本
@steveire conformance view lets you compile a source with up to 10 compilers at the same time, so you dont have to open 10 compiler views
It lets you see if they compiled/produced warnings/did not compile
No asm though
我将其视为可以添加的工具,但我不知道它的作用。我试过谷歌搜索,但找不到答案。当然,这在某处有记录。或者有人知道并发表了。
Conformance View
允许您在不查看程序集的情况下进行编译。这有助于确保您的代码通过所有这些编译器,但无需打开 10 windows。
来源:
无法在 Google 上找到它,但我可以按照 Cpplang Slack link at the top of godbolt.org.
上的讨论 C++ 找到它我搜索了 conformance viewer
工具并看到了消息:
2017 年 6 月 21 日
鲁本
Woop! So with this update there's now a conformance view which you can use to quickly see whether or not the code compilers/generates warnings on different compilers. Like in this dumb example https://godbolt.org/g/16CqgT
马特·戈德博尔特
And thanks to Rubén for implementing it!
2018 年 9 月 10 日
鲁本
@steveire conformance view lets you compile a source with up to 10 compilers at the same time, so you dont have to open 10 compiler views
It lets you see if they compiled/produced warnings/did not compile
No asm though