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

Allow using regex in AttributeMacros #57054

Open
philnik777 opened this issue Aug 10, 2022 · 1 comment
Open

Allow using regex in AttributeMacros #57054

philnik777 opened this issue Aug 10, 2022 · 1 comment
Labels
clang-format enhancement Improving things as opposed to bug fixing, e.g. new or missing feature

Comments

@philnik777
Copy link
Contributor

libc++ has a few attribute macros which are very similar, like _LIBCPP_DEPRECATED_IN_CXX11, _LIBCPP_DEPRECATED_IN_CXX14 and so on. It would be really nice if these could just be listed as _LIBCPP_DEPRECATED_IN_CXX[0-9][0-9] instead.

@philnik777 philnik777 added enhancement Improving things as opposed to bug fixing, e.g. new or missing feature clang-format labels Aug 10, 2022
@llvmbot
Copy link
Collaborator

llvmbot commented Aug 10, 2022

@llvm/issue-subscribers-clang-format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang-format enhancement Improving things as opposed to bug fixing, e.g. new or missing feature
Projects
None yet
Development

No branches or pull requests

2 participants