[PATCH] D96223: [clang-tidy] Simplify static assert check

2023-01-12 Thread Roman Lebedev via Phabricator via cfe-commits
lebedev.ri resigned from this revision. lebedev.ri added a comment. This revision is now accepted and ready to land. Herald added subscribers: carlosgalvezp, StephenFan. Herald added a project: All. This review seems to be stuck/dead, consider abandoning if no longer relevant. Repository: rG L

[PATCH] D96223: [clang-tidy] Simplify static assert check

2021-05-30 Thread Dávid Bolvanský via Phabricator via cfe-commits
xbolva00 added a comment. In D96223#2788712 , @aaron.ballman wrote: > In D96223#2788681 , @lebedev.ri > wrote: > >> Reverted in be6b9e8ae71768d2e09ec14619ca4ecfdef553fa >>

[PATCH] D96223: [clang-tidy] Simplify static assert check

2021-05-30 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added a comment. In D96223#2788681 , @lebedev.ri wrote: > Reverted in be6b9e8ae71768d2e09ec14619ca4ecfdef553fa > - > https://godbolt.org/z/3zdqvbfxj > While there, please

[PATCH] D96223: [clang-tidy] Simplify static assert check

2021-05-30 Thread Roman Lebedev via Phabricator via cfe-commits
lebedev.ri reopened this revision. lebedev.ri added a comment. This revision is now accepted and ready to land. Herald added a project: clang-tools-extra. Reverted in be6b9e8ae71768d2e09ec14619ca4ecfdef553fa - https://godbolt.

[PATCH] D96223: [clang-tidy] Simplify static assert check

2021-02-13 Thread Stephen Kelly via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG1709bb8c7395: [clang-tidy] Simplify static assert check (authored by stephenkelly). Changed prior to commit: https://reviews.llvm.org/D96223?vs=322000&id=323549#toc Repository: rG LLVM Github Monorep

[PATCH] D96223: [clang-tidy] Simplify static assert check

2021-02-12 Thread Nathan James via Phabricator via cfe-commits
njames93 accepted this revision. njames93 added a comment. This revision is now accepted and ready to land. LG with a few nits. Comment at: clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp:49-51 + expr(anyOf(expr(anyOf(AssertExprRoot, +un

[PATCH] D96223: [clang-tidy] Simplify static assert check

2021-02-07 Thread Stephen Kelly via Phabricator via cfe-commits
steveire created this revision. steveire added reviewers: aaron.ballman, njames93. Herald added subscribers: nullptr.cpp, xazax.hun. steveire requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo https://rev