[PATCH] D122712: Make test case warning more specific for pattern match

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 03:57:57 PDT 2022


benshi001 added a comment.

I do not like this change, since

1. actually there may be many kinds of warnings emitted by the clang-driver-avr depending on different options, and this single line `// NOWARN-NOT: warning:` means non of these possible warnings will be emitted.

2. we may add/delete/modify warnings in the future, so we should not make it specific .


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122712



More information about the cfe-commits mailing list