[PATCH] D16183: Added CheckName field to YAML report

Ilia Gromov via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 9 01:02:27 PST 2016


Elijah_Th added a comment.

YAML report looks like this now:

---

MainSourceFile:  ''
Diagnostics:

  CheckName:       misc-macro-parentheses
  Replacements:    
    - FilePath:        /media/SSD_/code/zdoom/main_1.cpp
      Offset:          1354
      Length:          0
      ReplacementText: '('
    - FilePath:        /media/SSD_/code/zdoom/main_1.cpp
      Offset:          1355
      Length:          0
      ReplacementText: ')'

Diagnostics:

  CheckName:       misc-macro-parentheses
  Replacements:    
    - FilePath:        /media/SSD_/code/zdoom/main_1.cpp
      Offset:          1452
      Length:          0
      ReplacementText: '('
    - FilePath:        /media/SSD_/code/zdoom/main_1.cpp
      Offset:          1453
      Length:          0
      ReplacementText: ')'

...


http://reviews.llvm.org/D16183





More information about the cfe-commits mailing list