[clang] [Modules][Diagnostic] Mention which AST file's options differ from the current TU options. (PR #101413)

Volodymyr Sapsai via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 6 14:40:04 PDT 2024


================
@@ -130,7 +130,7 @@ class ASTReaderListener {
   ///
   /// \returns true to indicate the options are invalid or false otherwise.
   virtual bool ReadLanguageOptions(const LangOptions &LangOpts,
-                                   bool Complain,
+                                   StringRef Filename, bool Complain,
----------------
vsapsai wrote:

Tweaked the name. If there are no further comments, I'll merge the PR tomorrow and follow-up with a formatting change.

https://github.com/llvm/llvm-project/pull/101413


More information about the cfe-commits mailing list