summaryrefslogtreecommitdiff
path: root/clang/test/Parser
AgeCommit message (Expand)Author
2025-11-06[Clang] fix confusing diagnostics for lambdas with init-captures inside brace...Oleksandr T.
2025-11-05[clang] Accept empty enum in MSVC compatible C (#159981)yicuixi
2025-10-17[Clang] disallow constexpr with auto and explicit type in C23 (#163469)Oleksandr T.
2025-10-16[Clang][Diagnostics] Use "structured binding" instead of "decomposition" (#16...foxfromabyss
2025-10-15[clang] fix parsing of late parsed attributes with delayed template parsing (...Matheus Izvekov
2025-10-05[Clang] Use the templated declaration for DiagnoseUseOfDecl (#161900)Younan Zhang
2025-10-02[clang] Preserve `externs` following broken declarations (#161641)Alejandro Álvarez Ayllón
2025-09-30[Clang] Avoid null deref in lambda attribute compat warning (#161096)Oleksandr T.
2025-09-24[Clang] Constexpr Structured Bindings : The easy parts (#160337)Corentin Jabot
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide
2025-09-15[clang] Allow attributes on first constructor argument in pre-C++11 (#157300)camc
2025-09-14[Clang][Cygwin] Cygwin x86_64 should accept __stdcall (#158385)Tomohiro Kashiwada
2025-09-02[Clang] [C2y] Implement N3355 ‘Named Loops’ (#152870)Sirraide
2025-08-23[clang] Diagnose misplaced array bounds with non-identifier declarators. (#15...keinflue
2025-08-23[Clang] disallow # operators in attribute argument lists (#147308)Oleksandr T.
2025-08-14[Clang] Do not consider a variadic function ellipsis part of a default arg (#...Corentin Jabot
2025-08-14[clang] fix skipped parsing of late parsed attributes (#153558)Matheus Izvekov
2025-08-13[clang] Fix assertion failure with explicit(bool) in pre-C++11 modes (#152985)Jongmyeong Choi
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-04[Clang] Initial support for P2841 (Variable template and concept template par...Corentin Jabot
2025-07-29[Clang][Sema] Expression in assumption attribute should be full expression (#...Yanzuo Liu
2025-07-25[clang] Fix issue with FoldingSet and DependentTemplateSpecialization… (#15...premanandrao
2025-07-15[Clang] Fix a crash when parsing an invalid `decltype` (#148798)Corentin Jabot
2025-07-10[Clang] A lone `[` does not an attribute make (#147306)Corentin Jabot
2025-07-09[C23][Parser] Diagnostic for attribute declaration where statement is require...yronglin
2025-07-08[Clang] include attribute scope in diagnostics (#144619)Oleksandr T.
2025-07-08[win][clang] Do not inject static_assert macro definition (#147030)Mariya Podchishchaeva
2025-07-07[C23] Fix typeof handling in enum declarations (#146394)Aaron Ballman
2025-06-16[clang][Parser] Fix crash on malformed using declaration in constexpr functio...Iris Shi
2025-06-15[Clang] add fix-it hints for unknown attributes (#141305)Oleksandr T.
2025-06-13Remove delayed typo expressions (#143423)Aaron Ballman
2025-06-11[Clang] fix missing source location for errors in macro-expanded (#143460)Oleksandr T.
2025-05-31[clang] NFC: new tests and some cleanups on existing ones (#142293)Matheus Izvekov
2025-05-22[Clang] add typo correction for unknown attribute names (#140629)Oleksandr T.
2025-05-13Fix crash with invalid member function param list (#139595)Aaron Ballman
2025-05-09[Clang] Allow parsing arbitrary order of attributes for declarations (#133107)Denis.G
2025-05-09[Clang] show attribute namespace in diagnostics (#138519)Oleksandr T.
2025-05-06[Clang] Implement the core language parts of P2786 - Trivial relocation (#127...cor3ntin
2025-05-01[Clang] Warning as error for fold expressions over comparison operators (#136...cor3ntin
2025-04-30Fix crash when an attribute is applied to pragma attribute/pragma dump (#137880)Erich Keane
2025-04-25[C] Warn on uninitialized const objects (#137166)Aaron Ballman
2025-04-22[Clang] Improve error recovery for invalid calls (#136295)Younan Zhang
2025-04-21[Clang] disallow use of attributes before extern template declarations (#136328)Oleksandr T.
2025-04-18[Clang] Fix the trailing comma regression (#136273)Younan Zhang
2025-04-15[PAC] Add support for __ptrauth type qualifier (#100830)Akira Hatanaka
2025-04-11[clang] Allow parentheses around CTAD declarators (#132829)offsetof
2025-03-21[Clang] [NFC] Introduce helpers for defining compatibilty warnings (#132129)Sirraide
2025-03-19[Clang] Increase the default expression nesting limit (#132021)cor3ntin
2025-03-17[Clang] Constant Expressions inside of GCC' asm strings (#131003)cor3ntin
2025-03-14[clang] Add diagnostic for unresolved using declaration that shadows template...NewSigma