Skip to content

Миронов Арсений. 3822Б1ФИ1. Лабораторная работа 1. Вариант 3. #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 18, 2025

Conversation

Napkin-AI
Copy link

Реализация плагина Clang, анализирующий исходный код C++ и подсчитывает количество неявных преобразований типов (implicit casts) в функциях. Он использует Clang AST (Abstract Syntax Tree) для обхода узлов и сбора статистики. Не учитываются неявные преобразования укзателей функций. Для тестирования плагина были написаны lit тесты.

@aobolensk aobolensk enabled auto-merge March 17, 2025 14:26
@aobolensk aobolensk added this pull request to the merge queue Mar 17, 2025
@aobolensk aobolensk removed this pull request from the merge queue due to a manual request Mar 18, 2025
@aobolensk aobolensk merged commit 0af8b45 into NN-complr-tech:course-spring-2025 Mar 18, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants