We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9160171 commit eb7934fCopy full SHA for eb7934f
include/clangmetatool/include_graph_dependencies.h
@@ -4,6 +4,11 @@
4
#include <clangmetatool/collectors/include_graph_data.h>
5
6
namespace clangmetatool {
7
+
8
+/**
9
+ * Collect stateless functions to query and and modify the state of
10
+ * dependencies of a given `clangmetatool::IncludeGraphData` structure.
11
+ */
12
struct IncludeGraphDependencies {
13
/**
14
* Decrement the reference count tracked for this edge, notifying the caller
0 commit comments