[PATCH] D54757: [clang-tidy] new check: bugprone-branch-clone

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 2 06:21:00 PDT 2019


Szelethus added a comment.

I actually managed to reproduce the crash.

  extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp:200: clang::DiagnosticBuilder clang::tidy::ClangTidyContext::diag(llvm::StringRef, clang::SourceLocation, llvm::StringRef, DiagnosticIDs::Level): Assertion `Loc.isValid()' failed.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54757/new/

https://reviews.llvm.org/D54757





More information about the cfe-commits mailing list