| Issue |
87023
|
| Summary |
[Clang] Missing header for Objective-C++ test
|
| Labels |
clang:frontend
|
| Assignees |
sam-mccall
|
| Reporter |
Sirraide
|
I think when merging #82705 (commit: [bbbcc1d](https://github.com/llvm/llvm-project/commit/bbbcc1d99d08855069f4501c896c43a6d4d7b598)), the author forgot to include a header for one of the tests, because I’m getting this error:
```
FAIL: Clang :: SemaObjCXX/nullability-consistency.mm (5145 of 19647)
******************** TEST 'Clang :: SemaObjCXX/nullability-consistency.mm' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /home/ae/projects/llvm-project/llvm/cmake-build-release-localclang/bin/clang -cc1 -internal-isystem /home/ae/projects/llvm-project/llvm/cmake-build-release-localclang/lib/clang/19/include -nostdsysteminc -fsyntax-only -fblocks -I /home/ae/projects/llvm-project/clang/test/SemaObjCXX/Inputs -isystem /home/ae/projects/llvm-project/clang/test/SemaObjCXX/Inputs/nullability-consistency-system /home/ae/projects/llvm-project/clang/test/SemaObjCXX/nullability-consistency.mm -verify
+ /home/ae/projects/llvm-project/llvm/cmake-build-release-localclang/bin/clang -cc1 -internal-isystem /home/ae/projects/llvm-project/llvm/cmake-build-release-localclang/lib/clang/19/include -nostdsysteminc -fsyntax-only -fblocks -I /home/ae/projects/llvm-project/clang/test/SemaObjCXX/Inputs -isystem /home/ae/projects/llvm-project/clang/test/SemaObjCXX/Inputs/nullability-consistency-system /home/ae/projects/llvm-project/clang/test/SemaObjCXX/nullability-consistency.mm -verify
error: 'expected-error' diagnostics seen but not expected:
File /home/ae/projects/llvm-project/clang/test/SemaObjCXX/nullability-consistency.mm Line 12: 'nullability-consistency-smart.h' file not found
1 error generated.
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs