https://bugs.kde.org/show_bug.cgi?id=411859

--- Comment #1 from Sergio Martins <smart...@kde.org> ---
I've just tested:

$ clang-tidy -export-fixes=a.yaml -checks=modernize-use-override a.cpp --
$ cat a.yaml
---
MainSourceFile:  '/data/sources/clazy/a.cpp'
Diagnostics:     
  - DiagnosticName:  modernize-use-override
    Message:         'annotate this function with ''override'' or (rarely)
''final'''
    FileOffset:      79
    FilePath:        '/data/sources/clazy/a.cpp'
    Replacements:    
      - FilePath:        '/data/sources/clazy/a.cpp'
        Offset:          84
        Length:          0
        ReplacementText: ' override'
...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to