File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1192,11 +1192,11 @@ class CommandObjectSourceList : public CommandObjectParsed {
11921192 }
11931193 if (support_matches_count == 0 ) {
11941194 result.AppendErrorWithFormat (
1195- " No file found for requested header : \" %s.\"\n " , filename);
1195+ " No file found for requested file : \" %s.\"\n " , filename);
11961196 return ;
11971197 } else if (support_matches_count > 1 ) {
11981198 result.AppendErrorWithFormat (
1199- " Multiple files found for requested header : \" %s.\"\n " ,
1199+ " Multiple files found for requested file : \" %s.\"\n " ,
12001200 filename);
12011201 return ;
12021202 }
Original file line number Diff line number Diff line change 11## Test that `list header.h:<line>` works correctly when header is available.
22##
3- # REQUIRES: x86
43# RUN: split-file %s %t
54
65# RUN: %clang_host -g %t/main_with_inlined.cc %t/foo.cc -o %t/main_with_inlined.out
You can’t perform that action at this time.
0 commit comments