[Feature]Merge cpp_deep: libclang C/C++ deep analysis for macro expan…#1841
Open
silentsea323 wants to merge 2 commits into
Open
[Feature]Merge cpp_deep: libclang C/C++ deep analysis for macro expan…#1841silentsea323 wants to merge 2 commits into
silentsea323 wants to merge 2 commits into
Conversation
…sion + cross-DLL call chains Ported from local 0.9.8 fork with 31 commits of cpp_deep development. Key features: - libclang-based C/C++ semantic parsing (macro expansion, USR resolution) - Parallel TU parsing (ThreadPoolExecutor, --cpp-workers flag) - Per-TU disk cache with crash recovery (clang_cache/) - .graphifyignore integration - Progress logging (stderr + cpp_deep.log + .cpp_deep_status.json) - Cross-module/DLL call tracking (EXTRACTED edges) - graphify optimize command - Command aliases (q/p/e/ex/u/co/opt) - Roslyn probe prototype for C# deep analysis - Comprehensive unit+integration tests (55 tests) - Build/install scripts (build_wheel.sh/bat, install.sh/bat) Co-Authored-By: Claude <noreply@anthropic.com>
- _FREE_TEXT_CMDS移除q/e/p简写(cmd已在_CMD_ALIASES中提前解析) - graphify optimize --out DIR 现在实际使用out_dir_opt而非硬编码graphify-out Co-Authored-By: Claude <noreply@anthropic.com>
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.
…sion + cross-DLL call chains
Ported from local 0.9.8 fork with 31 commits of cpp_deep development. Key features: