Unverified Commit f12018eb authored by Congcong Cai's avatar Congcong Cai Committed by GitHub
Browse files

[clang-tidy] support expect no diagnosis test (#91293)



When someone wants to declare a test case without any diagnosis.
check-clang-tidy will failed with error message

```
CHECK-FIXES, CHECK-MESSAGES or CHECK-NOTES not found in the input
```

This PR want to check there are no diagnosis from clang-tidy when
CHECK-FIXES, CHECK-MESSAGES or CHECK-NOTES are not found.

It also changes the extension of a test case. `hxx` is not a valid test
case extension and won't be tested.

---------

Co-authored-by: default avatarDanny Mösch <danny.moesch@icloud.com>
parent e6b2197a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment