[PATCH] D111625: [clang-tidy] bugprone-argument-comment: SourceLocation valid judgment avoid emitting coredump in isInSystemHeader

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 12 05:45:50 PDT 2021


aaron.ballman added a comment.

Can you add a test case that shows we've fixed the issue? (Note, you cannot include iostream directly in a test because that will use the platform STL and we want our tests to have consistent behavior regardless of platform.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111625



More information about the cfe-commits mailing list