aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser
AgeCommit message (Expand)AuthorFilesLines
2026-02-06[clang]: reflection operator parsing for primitive types (#164692)Nhat Nguyen2-0/+52
2026-01-23[SystemZ][z/OS] Implement #pragma export (#141671)Sean Perry2-0/+31
2026-01-17[clang] Don't assert on paren-less lambdas with dependent return type (#176296)Nico Weber1-0/+4
2026-01-13[clang][bytecode] Don't evaluate builtin_assume argument (#175740)Timm Baeder1-1/+3
2026-01-08[Clang] expunge `trivially_relocate_if_eligible` (#174344)Corentin Jabot1-31/+0
2026-01-06[Clang] prevent crash in early parsing of enable_if for C function declarator...Oleksandr T.1-0/+4
2025-12-16[Clang][C++26] Remove the notion of replaceability. (#172150)Corentin Jabot1-20/+9
2025-12-11[CLANG] Resolves crash on invalid loop vectorize_width (#169473)Ebin Jose1-0/+11
2025-12-11[Clang] Add support for the C `_Defer` TS (#162848)Sirraide2-0/+63
2025-12-03[Clang] prevent crash on invalid nested name specifiers with a single colon (...Oleksandr T.1-0/+10
2025-11-06[Clang] fix confusing diagnostics for lambdas with init-captures inside brace...Oleksandr T.1-0/+9
2025-11-05[clang] Accept empty enum in MSVC compatible C (#159981)yicuixi1-0/+6
2025-10-17[Clang] disallow constexpr with auto and explicit type in C23 (#163469)Oleksandr T.1-0/+27
2025-10-16[Clang][Diagnostics] Use "structured binding" instead of "decomposition" (#16...foxfromabyss3-11/+11
2025-10-15[clang] fix parsing of late parsed attributes with delayed template parsing (...Matheus Izvekov1-2/+11
2025-10-05[Clang] Use the templated declaration for DiagnoseUseOfDecl (#161900)Younan Zhang1-1/+1
2025-10-02[clang] Preserve `externs` following broken declarations (#161641)Alejandro Álvarez Ayllón1-0/+9
2025-09-30[Clang] Avoid null deref in lambda attribute compat warning (#161096)Oleksandr T.1-6/+26
2025-09-24[Clang] Constexpr Structured Bindings : The easy parts (#160337)Corentin Jabot1-3/+11
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide1-1/+1
2025-09-15[clang] Allow attributes on first constructor argument in pre-C++11 (#157300)camc1-0/+6
2025-09-14[Clang][Cygwin] Cygwin x86_64 should accept __stdcall (#158385)Tomohiro Kashiwada1-1/+3
2025-09-02[Clang] [C2y] Implement N3355 ‘Named Loops’ (#152870)Sirraide1-0/+13
2025-08-23[clang] Diagnose misplaced array bounds with non-identifier declarators. (#15...keinflue1-1/+50
2025-08-23[Clang] disallow # operators in attribute argument lists (#147308)Oleksandr T.1-0/+58
2025-08-14[Clang] Do not consider a variadic function ellipsis part of a default arg (#...Corentin Jabot2-0/+22
2025-08-14[clang] fix skipped parsing of late parsed attributes (#153558)Matheus Izvekov1-0/+12
2025-08-13[clang] Fix assertion failure with explicit(bool) in pre-C++11 modes (#152985)Jongmyeong Choi1-0/+15
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov2-4/+4
2025-08-04[Clang] Initial support for P2841 (Variable template and concept template par...Corentin Jabot3-11/+85
2025-07-29[Clang][Sema] Expression in assumption attribute should be full expression (#...Yanzuo Liu1-1/+1
2025-07-25[clang] Fix issue with FoldingSet and DependentTemplateSpecialization… (#15...premanandrao1-0/+16
2025-07-15[Clang] Fix a crash when parsing an invalid `decltype` (#148798)Corentin Jabot1-0/+6
2025-07-10[Clang] A lone `[` does not an attribute make (#147306)Corentin Jabot1-0/+12
2025-07-09[C23][Parser] Diagnostic for attribute declaration where statement is require...yronglin1-0/+30
2025-07-08[Clang] include attribute scope in diagnostics (#144619)Oleksandr T.6-19/+19
2025-07-08[win][clang] Do not inject static_assert macro definition (#147030)Mariya Podchishchaeva1-1/+0
2025-07-07[C23] Fix typeof handling in enum declarations (#146394)Aaron Ballman2-0/+17
2025-06-16[clang][Parser] Fix crash on malformed using declaration in constexpr functio...Iris Shi1-0/+8
2025-06-15[Clang] add fix-it hints for unknown attributes (#141305)Oleksandr T.2-2/+2
2025-06-13Remove delayed typo expressions (#143423)Aaron Ballman8-25/+19
2025-06-11[Clang] fix missing source location for errors in macro-expanded (#143460)Oleksandr T.2-0/+35
2025-05-31[clang] NFC: new tests and some cleanups on existing ones (#142293)Matheus Izvekov1-0/+11
2025-05-22[Clang] add typo correction for unknown attribute names (#140629)Oleksandr T.1-1/+1
2025-05-13Fix crash with invalid member function param list (#139595)Aaron Ballman1-0/+10
2025-05-09[Clang] Allow parsing arbitrary order of attributes for declarations (#133107)Denis.G2-0/+47
2025-05-09[Clang] show attribute namespace in diagnostics (#138519)Oleksandr T.2-4/+4
2025-05-06[Clang] Implement the core language parts of P2786 - Trivial relocation (#127...cor3ntin1-0/+42
2025-05-01[Clang] Warning as error for fold expressions over comparison operators (#136...cor3ntin1-1/+3
2025-04-30Fix crash when an attribute is applied to pragma attribute/pragma dump (#137880)Erich Keane1-0/+33