mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 18:23:01 -04:00
This makes quickfix suggestions applicable by clicking on the compiler output line that contains the suggestion. Example (https://godbolt.org/z/7EsbGM4r7): <img width="912" height="581" alt="clickfixes" src="https://github.com/user-attachments/assets/a579b6c5-947e-489c-b7e1-60ea2b79294b" /> The little <kbd>💡</kbd> icon indicates that a line contains a quickfix. Requested in #5284.