Details
-
Epic
-
Resolution: Fixed
-
Not Evaluated
-
None
-
None
Description
What is the benefit? Why is this valuable?
Godbolt (https://godbolt.org/) is the de-facto #1 place to quickly see what kind of assembler code a certain piece of c++ produces.
However, it doesn't know about Qt which means that a lot of manual work for massaging/preprocessing/creating-of-similar-setups and therefore ruins the whole point of quick reality checks of Qt constructs.
Requirements
Research what is the policy for getting Qt support for godbolt
- Option 1: Add Qt on godbolt.org
- Option 2: Use a local/modified version of the compiler explorer
Add support for godbolt according agreed policy from research