================
@@ -1499,6 +1502,8 @@ class CodeGenModule : public CodeGenTypeCache {
   /// Appends a dependent lib to the appropriate metadata value.
   void AddDependentLib(StringRef Lib);
 
+  /// Process Pragma Comment Copyright.
+  void ProcessPragmaCommentCopyright(StringRef Comment, bool isFromASTFile);
----------------
hubert-reinterpretcast wrote:

- This does not need to be a public member.
- Nit:
```suggestion
  /// Process #pragma comment(copyright, ...).
  void ProcessPragmaCommentCopyright(StringRef Comment, bool isFromASTFile);
```

https://github.com/llvm/llvm-project/pull/178184
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to