Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Иванов Никита ФИ3. Лабораторная работа № 1. #2

Merged
merged 13 commits into from
Mar 10, 2024

Conversation

Atikin-NT
Copy link

Реализован плагин, который кидает warning, если в названии функции встречается deprecated.

@m-ly4 m-ly4 self-requested a review March 7, 2024 05:56
@Atikin-NT
Copy link
Author

@m-ly4 I've done, you can check

@Atikin-NT Atikin-NT requested a review from m-ly4 March 9, 2024 14:37
CompilerInstance &Instance;

public:
explicit DepConsumer(CompilerInstance &CI): Instance(CI) {}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, LGTM.
The last remark is: could you please align formatting of your files with the help of clang-format tool?

Copy link

@m-ly4 m-ly4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@m-ly4 m-ly4 merged commit 5a86d17 into NN-complr-tech:course-spring-2024 Mar 10, 2024
m-ly4 pushed a commit that referenced this pull request Apr 2, 2024
A plugin that adds loop_start() and loop_end() functions to the beginning and end of loops.
m-ly4 pushed a commit that referenced this pull request Apr 26, 2024
Implemented a pass that counts the number of machine instructions executed during the execution of a function.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants