Re: [PATCH] D129014: rewording static_assert to more generic static assertion

2022-07-02 Thread Muhammad Usman Shahid via cfe-commits
Ok ... I am working on the tests I will update it On Sat, Jul 2, 2022, 7:35 AM Shivam Gupta via Phabricator < revi...@reviews.llvm.org> wrote: > xgupta added a comment. > > Running check-clang after applying the patch, results into 36 failed test > cases. Please update them all. > Also add a desc

Re: [PATCH] D129048: Rewording the "static_assert" to static assertion

2022-07-13 Thread Muhammad Usman Shahid via cfe-commits
Done. On Wed, Jul 13, 2022 at 10:30 PM Aaron Ballman via Phabricator < revi...@reviews.llvm.org> wrote: > aaron.ballman added inline comments. > > > > Comment at: > clang/test/CXX/expr/expr.prim/expr.prim.req/nested-requirement.cpp:48 > } > \ No newline at end of file > > --