[PATCH] D52253: Fix an assert in the implementation of -Wquoted-include-in-framework-header

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 20 11:45:31 PDT 2018


bruno accepted this revision.
bruno added a comment.
This revision is now accepted and ready to land.

LGTM with one more small change.



================
Comment at: clang/test/Modules/double-quotes.m:35
 
+// rdar://43692300
+#import "NotAFramework/Headers/Headers/Thing1.h"
----------------
Please write a meaningful message here instead, the radar number in the commit message should be enough to track this down later if needed.


https://reviews.llvm.org/D52253





More information about the cfe-commits mailing list