summaryrefslogtreecommitdiff
path: root/clang/test/Sema/static-assert.c
AgeCommit message (Expand)Author
2025-07-08[win][clang] Do not inject static_assert macro definition (#147030)Mariya Podchishchaeva
2024-09-05[Clang][Parser] Accept P2741R3 (static_assert with user-generated message) in...Mital Ashok
2024-04-17[clang]Treat arguments to builtin type traits as template type arguments (#87...Amirreza Ashouri
2024-03-05[clang] Support `__is_trivially_copyable(int()&)==false` (#81298)Amirreza Ashouri
2023-08-10[Clang] Produce a warning instead of an error in unevaluated strings before C...Corentin Jabot
2023-08-10Revert "[Clang] Produce a warning instead of an error in unevaluated strings ...Corentin Jabot
2023-08-10[Clang] Produce a warning instead of an error in unevaluated strings before C...Corentin Jabot
2022-10-14[C2x] Implement support for nullptr and nullptr_tAaron Ballman
2022-09-28[clang] handle extended integer constant expressions in _Static_assert (PR #5...Martin Sebor
2022-08-11[clang][sema] Print more information about failed static assertionsTimm Bäder
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid
2022-07-14Revert "Rewording "static_assert" diagnostics"Mitch Phillips
2022-07-14Rewording "static_assert" diagnosticsMuhammad Usman Shahid
2022-06-30Improve the formatting of static_assert messagesCorentin Jabot
2022-06-29Revert "Improve handling of static assert messages."Corentin Jabot
2022-06-28Improve handling of static assert messages.Corentin Jabot
2021-03-03Improve static_assert/_Static_assert diagnosticsAaron Ballman
2021-01-27clang: Fix static_assert in a few contexts in microsoft modeNico Weber
2019-08-30[c++20] Implement semantic restrictions for C++20 designatedRichard Smith
2019-08-27Replace some custom C11 extension warnings with the generic warning.Aaron Ballman
2018-12-11Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet
2018-12-10Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet
2018-12-10[Sema] Further improvements to to static_assert diagnostics.Clement Courbet
2013-04-03Enable use of _Static_assert inside structs and unions in C11 mode (as per C1...Andy Gibbs
2012-11-17Made the "expected string literal" diagnostic more expressiveAndy Gibbs
2011-04-15C1X: implement static assertsPeter Collingbourne