[PATCH] D34404: [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML output

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 03:27:42 PDT 2017


alexfh added a comment.

I tried landing the patch for you, but it doesn't apply cleanly. One reason is that it contains changes to both cfe and clang-tools-extra repos. But even when I apply the patch to the two directories it breaks a bunch of clang-apply-replacements tests:

  Failing Tests (4):
      Clang Tools :: clang-apply-replacements/basic.cpp
      Clang Tools :: clang-apply-replacements/conflict.cpp
      Clang Tools :: clang-apply-replacements/crlf.cpp
      Clang Tools :: clang-apply-replacements/format.cpp

Please rebase the patch and split it in two (upload a second differential revision for the clang-tools-extra part).


Repository:
  rL LLVM

https://reviews.llvm.org/D34404





More information about the cfe-commits mailing list