[PATCH] D83717: [clang-tidy] Add check fo SEI CERT item ENV32-C

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 14 10:43:25 PDT 2020


njames93 added a comment.

In D83717#2150099 <https://reviews.llvm.org/D83717#2150099>, @gamesh411 wrote:

> extend with notes
>  apply minor fixes
>  tests are WIP until I figure out how to properly use file-check


If you add tests for notes, you will need to use `CHECK-MESSAGES-DAG` and `CHECK-NOTES-DAG` as notes wont appear in the same order as they are in the file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83717





More information about the cfe-commits mailing list