summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-lambda.cpp
AgeCommit message (Expand)Author
2024-05-15Reapply "[Clang][Sema] Earlier type checking for builtin unary operators (#90...Krystian Stasiowski
2024-05-14Revert "[Clang][Sema] Earlier type checking for builtin unary operators (#905...Krystian Stasiowski
2024-05-14[Clang][Sema] Earlier type checking for builtin unary operators (#90500)Krystian Stasiowski
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2023-08-18[clang][AST] TextNodeDumper learned to output refers_to_enclosing_variable_or...Timo Stripf
2023-02-23[Clang] Fix a crash when taking the address of a consteval lambdaCorentin Jabot
2022-07-21re-land [C++20][Modules] Update handling of implicit inlines [P1779R3]Iain Sandoe
2022-07-11Revert "[C++20][Modules] Update handling of implicit inlines [P1779R3]"Jonas Devlieghere
2022-07-09[C++20][Modules] Update handling of implicit inlines [P1779R3]Iain Sandoe
2022-02-14Implement WG14 N2764 the [[noreturn]] attributeAaron Ballman
2021-03-03Implement P2173 for attributes on lambdasAaron Ballman
2020-09-07Revert "[clang] Prevent that Decl::dump on a CXXRecordDecl deserialises furth...Raphael Isemann
2020-09-07[clang] Prevent that Decl::dump on a CXXRecordDecl deserialises further decla...Raphael Isemann
2020-07-03[clang][NFC] Add a missing /dev/null in test/AST/ast-dump-lambda.cppBruno Ricci
2020-06-21[clang][NFC] Regenerate test/AST/ast-dump-lambda.cpp with --match-full-lines.Bruno Ricci
2020-06-18More test cleanup for c36b03e32556a966e584386ac7dbb110bc7e4bc5.Richard Smith
2020-06-18[clang] Fix the serialization of LambdaExpr and the bogus mutation in LambdaE...Bruno Ricci
2020-06-13[clang][NFC] Add an AST dump test for LambdaExprBruno Ricci