[clang] [WIP] Implement `print-deserialized-declarations` flag to dump source… (PR #133910)
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 2 04:54:27 PDT 2025
================
@@ -49,6 +51,135 @@ LLVM_INSTANTIATE_REGISTRY(FrontendPluginRegistry)
namespace {
+/// Dumps deserialized declarations.
----------------
ilya-biryukov wrote:
NIT: remove this comment as the class name already makes it clear what it's doing.
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.
https://github.com/llvm/llvm-project/pull/133910
More information about the cfe-commits
mailing list