[PATCH] D36892: [clang-tidy] check_clang_tidy.py: support CHECK-NOTES prefix

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 30 05:21:49 PDT 2017


JonasToth added a comment.

Note can be handled right now as well. E.g.

  // CHECK-MESSAGES: [[@LINE-2]]:3: note: type deduction did not result in an owner

would the patch handle the codelocation correctly?


Repository:
  rL LLVM

https://reviews.llvm.org/D36892





More information about the cfe-commits mailing list