Skip to content
  • Albert Astals Cid's avatar
    Make the CI pass with new clang-tidy · d1c2eed1
    Albert Astals Cid authored
    Disable bugprone-suspicious-include since it's triggered by the moc
    includes
    
    Disable bugprone-reserved-identifier since it's triggered by all our
    _OKULAR defines, and yes even if the spec says that underscore is
    reserved, are we going to be that unlucky that the library decides to
    start using _OKULAR ? not probably
    
    Add two TODOs for the future to make NormalizedRect/Point faster
    
    Silence a warning about a quick moving QString if we make it non const
    
    Silence a uchar vs char warning that is in decades old code so
    experience seems to suggest it's ok.
    d1c2eed1