================
@@ -151,6 +164,11 @@ std::vector<Diag> generateMissingIncludeDiagnostics(
     if (!Replacement.has_value())
       continue;
 
+    if (Angled && Spelling.front() == '\"') {
----------------
Harald-R wrote:

@kadircet you are right. Forgot to update the spelling fix when I changed the 
implementation to include the quoted filter. Fixed and added a test that forces 
a system include to use the quoted notation.

https://github.com/llvm/llvm-project/pull/140594
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to