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

C++,C: record consteval, constinit, thread_local, and __thread to properties: field #3602

Merged
merged 5 commits into from
Dec 18, 2022

Commits on Dec 18, 2022

  1. C++: add missing a "break" keyword in switch/case statment

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    78b51af View commit details
    Browse the repository at this point in the history
  2. CXX: add "consteval" to "properties:" field

    Close universal-ctags#3539.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    92d51a8 View commit details
    Browse the repository at this point in the history
  3. CXX: add "constinit" to "properties:" field

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    f616464 View commit details
    Browse the repository at this point in the history
  4. C++: add "thread_local" to "properties:" field instead of recording t…

    …he keyword as a part of typeref
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    29bcaad View commit details
    Browse the repository at this point in the history
  5. C: add "__thread" GCC extension keyword

    The parser records it to "properties:" field as "thread_local" property.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    caf1bd5 View commit details
    Browse the repository at this point in the history