[clang] [WIP] Implement `print-deserialized-declarations` flag to dump source… (PR #133910)

Viktoriia Bakalova via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 3 04:45:34 PDT 2025


================
@@ -49,6 +51,135 @@ LLVM_INSTANTIATE_REGISTRY(FrontendPluginRegistry)
 
 namespace {
 
+/// Dumps deserialized declarations.
----------------
VitaNuo wrote:

> If you want, you might use a comment to explain other non-trivial details, though, e.g. how the class must be used or why it implements certain interfaces and when the output happens.

This is a good idea. I have written an extensive comment, PTAL.

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


More information about the cfe-commits mailing list