Merge pull request #20831 from jketema/expanded

C++: Extract the expanded compiler arguments
This commit is contained in:
Jeroen Ketema
2025-11-17 13:58:24 +01:00
committed by GitHub
10 changed files with 13002 additions and 2675 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* New predicates `getAnExpandedArgument` and `getExpandedArgument` were added to the `Compilation` class, yielding compilation arguments after expansion of response files.