[clang] [clang][ssaf][docs] Document the Summary Extraction pipeline (PR #172876)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 4 04:11:13 PST 2026


================
@@ -0,0 +1,83 @@
+==================
+Summary Extraction
+==================
+
+.. WARNING:: The framework is rapidly evolving.
+  The documentation might be out-of-sync of the implementation.
+  The purpose of this documentation to give context for upcoming reviews.
+
+
+The simplest way to think about the lifetime of a summary extraction is by following the handlers of the ``FrontendAction`` implementing it.
+There are 3 APIs that are important for us, that are invoked in this order:
+
+  - ``BeingInvocation()``: Checks the command-line arguments related to summary extraction.
----------------
steakhal wrote:

Fixed in 21caf796ff8aeb250ebe603ea9c96ba031b522cfs

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


More information about the cfe-commits mailing list