C++: Add tables that represent the creation and use of PCH files

This allows a use to be linked to a creation.
This commit is contained in:
Jeroen Ketema
2025-08-26 18:19:50 +02:00
parent d5f4a3961e
commit e9b00f1e0d

View File

@@ -222,6 +222,19 @@ extractor_version(
string frontend_version: string ref
)
pch_uses(
int pch: @pch ref,
int compilation: @compilation ref,
int id: @file ref
)
#keyset[pch, compilation]
pch_creations(
int pch: @pch,
int compilation: @compilation ref,
int from: @file ref
)
/** An element for which line-count information is available. */
@sourceline = @file | @function | @variable | @enumconstant | @xmllocatable;