================
@@ -3331,6 +3353,10 @@ void PragmaCommentHandler::HandlePragma(Preprocessor &PP,
return;
}
+ // Accept and ignore well-formed copyright with empty string.
----------------
tonykuttai wrote:
done
https://github.com/llvm/llvm-project/pull/178184