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

Soloninko Andrey. Lab №1, var 1 #7

Merged

Conversation

Manymoera
Copy link

@Manymoera Manymoera commented Mar 13, 2024

Implemented a plugin that outputs name of users classes and their fields.
Example:
Struct MyClass{ int a; int b; }
will be outputed as:
MyClass |_a |_b

@Manymoera
Copy link
Author

More cases were added for tests such as:

  1. Class definition inside another class
  2. Template class declaration

Also deleted using namespace clang

@Manymoera Manymoera requested a review from m-ly4 March 15, 2024 12:14
Copy link

@aobolensk aobolensk left a comment

Choose a reason for hiding this comment

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

LGTM

@aobolensk aobolensk merged commit d54cd5d into NN-complr-tech:course-spring-2024 Mar 15, 2024
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.

3 participants