Skip to content
  • Christian Kandeler's avatar
    Allow users to suppress diagnostics. · 6e796591
    Christian Kandeler authored
    
    
    This patch deals with what is likely the most common use case:
    Filtering specific messages at a particular location. The current
    granularity is essentially per-file (and per-function, where possible),
    which seems more useful than taking line numbers into
    account, as that would not be robust with regards to code changes elsewhere
    in the file. We can fine-tune this if the need arises.
    
    Change-Id: I4e9b2671fa199339cc3b995953d072b840cd3205
    Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@theqtcompany.com>
    6e796591