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

2022-03-30 Thread Ranjeet Singh via Phabricator via cfe-commits
rs added a comment. In D122712#3416238 , @benshi001 wrote: > 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: wa

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

2022-03-30 Thread Ben Shi via Phabricator via cfe-commits
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/

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

2022-03-30 Thread Ranjeet Singh via Phabricator via cfe-commits
rs created this revision. rs added a reviewer: benshi001. Herald added subscribers: Jim, dylanmckay. Herald added a project: All. rs requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. It's possible that other compilers based on llvm might prod