Skip to content
  • Nikolai Kosjar's avatar
    Clang: Integrate clang's fixits as refactoring actions · a7928b4b
    Nikolai Kosjar authored
    
    
    They are invokable by the usual means (Alt+Enter, editor's context menu
    > Refactor) plus by the context menu of the editor's left margin for the
    related line.
    
    The fixit text comes directly from libclang and is thus not translated.
    We modify the text slighty by stripping the diagnostic category prefix
    ("note:", "error:", ...) and capitalizing the first letter.
    
    A follow-up change should properly indicate available refactorings with
    a refactoring icon in the editor's left margin.
    
    Task-number: QTCREATORBUG-14868
    Change-Id: I86157c9f824d2a9dedf19087476d02ad1e6cc854
    Reviewed-by: default avatarMarco Bubke <marco.bubke@theqtcompany.com>
    a7928b4b