Nothing Special   »   [go: up one dir, main page]

Skip to content
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

Proper support for C / C++ using Clang #56

Merged
merged 23 commits into from
Nov 16, 2019
Merged

Proper support for C / C++ using Clang #56

merged 23 commits into from
Nov 16, 2019

Conversation

kkoomen
Copy link
Owner
@kkoomen kkoomen commented Nov 10, 2019

This feature request will track progress regarding the implementation of #55 along with improved support for the C-family, starting with C++ and C.

TODO

  • Should fix C++ comment generation is broken #55
  • Docker
    • Support clang
    • Vim 7.4.2119 crashes when built with -py3 or -py2 flag
  • C++
    • Supported
      • functions
      • auto functions
      • template declarations
        • class templates
        • struct templates
      • virtual functions
      • function declarations
      • inline declarations
    • Tests
      • functions
        • doxygen javadoc style
        • doxygen javadoc banner style
        • doxygen javadoc without asterisk style
        • doxygen qt style
        • doxygen qt without asterisk style
      • auto-functions
      • template-declarations
      • function-declarations
      • inline-declarations
      • virtual-functions
  • C
    • Supported
      • functions
      • function declarations
      • structs
    • Tests
      • functions
        • doxygen javadoc style
        • doxygen javadoc banner style
        • doxygen javadoc without asterisk style
        • doxygen qt style
        • doxygen qt without asterisk style
        • kernel doc style
      • structs

@kkoomen kkoomen self-assigned this Nov 10, 2019
@kkoomen kkoomen added the feature New feature or request label Nov 10, 2019
@kkoomen kkoomen changed the title Support for C++ Optimized support for C++ using Clang Nov 10, 2019
@kkoomen kkoomen changed the title Optimized support for C++ using Clang Proper support for C / C++ using Clang Nov 16, 2019
@kkoomen kkoomen merged commit 80941b4 into master Nov 16, 2019
@kkoomen kkoomen deleted the feature/clang branch November 16, 2019 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++ comment generation is broken
1 participant