rdar://43692300
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/Lex/HeaderSearch.cpp | ||
---|---|---|
670 | Crash was here, if ToFramework is empty because no "Foo.framework" entry found in the path. |
Comment Actions
Hi Erik,
Thanks for catching this.
Can you rename the test and the input file path to something more meaningful? Better yet if you remove the radar bits. I think you can actually squeeze this test in test/Modules/double-quotes.m.
Comment Actions
Sure, the new patch moves the test to double-quotes.m and gives it a more meaningful name.
Thanks!
Comment Actions
LGTM with one more small change.
clang/test/Modules/double-quotes.m | ||
---|---|---|
35 | Please write a meaningful message here instead, the radar number in the commit message should be enough to track this down later if needed. |
Crash was here, if ToFramework is empty because no "Foo.framework" entry found in the path.