[clazy] [Bug 411859] YAML file genereated by -export-fixes does not contain DiagnosticMessage node/entity

Sergio Martins bugzilla_noreply at kde.org
Sun Sep 15 22:45:20 BST 2019


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

--- Comment #1 from Sergio Martins <smartins at 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 the assignee for the bug.


More information about the Unassigned-bugs mailing list