Merged
Conversation
Collaborator
giulianobelinassi
commented
Oct 16, 2025
The PrettyPrint class has some undesired global states dating back from when clang-extract was a closed-source single-file prototype. One of these is the use of `Get_Source_Manager`, which is abused in other parts of the software. Remove it. Signed-off-by: Giuliano Belinassi <[email protected]>
Previously, clang-extract only properly supported flags to expand headers. Now the new flag: ``` -DCE_NOT_EXPAND_INCLUDES=header1.h,...,headern.h ``` can be used to instruct it to not expand certain headers. To enable it, the expansion must go through the -DCE_KEEP_INCLUDES engine, which means it is only activated if a certain policy is enabled. Furthermore, this commit also adds a new program: `ce-includetree` which shows in stdout the IncludeTree of the input source file. it can be invoked using the compilation flags of the original file. Signed-off-by: Giuliano Belinassi <[email protected]>
2aa49d9 to
3b58483
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.