diff options
author | Congcong Cai <congcongcai0907@163.com> | 2024-05-14 09:48:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 09:48:57 +0800 |
commit | f12018eba11f8d4b74cf67dbc416c429c870a5f4 (patch) | |
tree | ad2c514aa170759daf84f6add94e98b77303bd70 /clang/lib/Format/QualifierAlignmentFixer.cpp | |
parent | e6b2197a89f5d6d0f56a03c03b8afda561eee899 (diff) | |
download | llvm-f12018eba11f8d4b74cf67dbc416c429c870a5f4.zip llvm-f12018eba11f8d4b74cf67dbc416c429c870a5f4.tar.gz llvm-f12018eba11f8d4b74cf67dbc416c429c870a5f4.tar.bz2 |
[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: Danny Mösch <danny.moesch@icloud.com>
Diffstat (limited to 'clang/lib/Format/QualifierAlignmentFixer.cpp')
0 files changed, 0 insertions, 0 deletions