[clang] [WIP] Implement `-dump-deserialized-declaration-ranges` flag. (PR #133910)

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 3 07:11:04 PDT 2025


================
@@ -7968,6 +7968,10 @@ def print_dependency_directives_minimized_source : Flag<["-"],
   "print-dependency-directives-minimized-source">,
   HelpText<"Print the output of the dependency directives source minimizer">;
 }
+def print_deserialized_declarations : Joined<["-"],
+  "print-deserialized-declarations-path=">,
+  HelpText<"Print traces of deserialized declarations to aid debugging and minimization">,
+  MarshallingInfoString<FrontendOpts<"PrintDeserializedDeclarationsPath">>;
----------------
ilya-biryukov wrote:

Makes sense, it's in the list of options which are CC1. I got confused, rarely look at this file. Thanks for clarying.

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


More information about the cfe-commits mailing list