summaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-10-03[Clang] Normalize constraints before checking for satisfaction (#161671)Corentin Jabot
2025-10-02Revert "[Clang] Normalize constraints before checking for satisfaction" (#161...Corentin Jabot
2025-10-02[Clang] Normalize constraints before checking for satisfaction (#141776)Corentin Jabot
2025-09-18[C++20][Modules] Fix merging of anonymous members of class templates. (#155948)Michael Park
2025-09-17[win][clang] Align scalar deleting destructors with MSABI (#139566)Mariya Podchishchaeva
2025-09-05[clang] fix definition data not being propagated to all redecls (#157019)Matheus Izvekov
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
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-31[SYCL] Restrict the sycl_kernel_entry_point attribute spelling to C++11 style...Tom Honermann
2025-07-18[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu
2025-07-10[Sema] Fix lifetime extension for temporaries in range-based for loops in C++...Marco Vitale
2025-07-03[Modules] Record side effect info in EvaluatedStmt (#146468)Henrik G. Olsson
2025-06-23Reland "[Modules] Record whether VarDecl initializers contain side effects" (...Henrik G. Olsson
2025-06-23Revert "[Modules] Record whether VarDecl initializers contain side effects" (...Jonas Devlieghere
2025-06-23[Modules] Record whether VarDecl initializers contain side effects (#143739)Henrik G. Olsson
2025-06-19[NFC][Clang] Adopt simplified `getTrailingObjects` in ASTReader (#144438)Rahul Joshi
2025-06-19[NFC] [Serialization] Some Code Cleanups for Name lookup table thingsChuanqi Xu
2025-06-15[Clang] add fix-it hints for unknown attributes (#141305)Oleksandr T.
2025-06-02[ASTWriter] Do not write ObjCCategories if empty. (#141841)David Green
2025-06-01[Serialization] Remove unused includes (NFC) (#142300)Kazu Hirata
2025-05-02[C23] Implement WG14 N3037 (#132939)Aaron Ballman
2025-04-28[clang][NFC] Convert DeclUpdateKind to scoped enumVlad Serebrennikov
2025-04-24[clang][p2719] Module deserialization does not restore allocator flags (#137102)Oliver Hunt
2025-04-03[clang] NFC: introduce UnsignedOrNone as a replacement for std::optional<unsi...Matheus Izvekov
2025-04-03[clang] support pack expansions for trailing requires clauses (#133190)Matheus Izvekov
2025-04-03[modules] Handle friend function that was a definition but became only a decl...Dmitry Polukhin
2025-04-01[clang] Concepts: support pack expansions for type constraints (#132626)Matheus Izvekov
2025-03-19[NFC] Add a leading comment to boolean arguments. (#131746)Michael Park
2025-03-15[C++20][Modules] Prevent premature calls to PassInterestingDeclsToConsumer() ...Michael Park
2025-03-06[OpenACC] implement AST/Sema for 'routine' construct with argumenterichkeane
2025-03-03[OpenACC] Implement 'declare' construct AST/Semaerichkeane
2025-02-11[C++20] [Modules] Don't diagnose duplicated declarations in different modules...Chuanqi Xu
2025-02-05Reland: [clang] Track function template instantiation from definition (#125266)Matheus Izvekov
2025-02-05[clang] NFC: rename MatchedPackOnParmToNonPackOnArg to StrictPackMatch (#125418)Matheus Izvekov
2025-02-05Reland: [clang] fix P3310 overload resolution flag propagation (#125791)Matheus Izvekov
2025-02-05[C++20] [Modules] Don't diagnose duplicated friend declarations between modul...Chuanqi Xu
2025-02-04Revert "[clang] fix P3310 overload resolution flag propagation" (#125710)David Spickett
2025-02-04[clang] fix P3310 overload resolution flag propagation (#125372)Matheus Izvekov
2025-01-30Revert "[clang] Track function template instantiation from definition (#112241)"Martin Storsjö
2025-01-29[clang] Track function template instantiation from definition (#112241)Matheus Izvekov
2025-01-28[Serialization] Migrate away from PointerUnion::dyn_cast (NFC) (#124676)Kazu Hirata
2025-01-27[clang] Track source deduction guide for alias template deduction guides (#12...antangelo
2025-01-22[SYCL] AST support for SYCL kernel entry point functions. (#122379)Tom Honermann
2025-01-22Revert "[Modules] Delay deserialization of preferred_name attribute at r… (...Ilya Biryukov
2025-01-17[C++20] [Modules] Makes sure internal declaration won't be found by other TU ...Chuanqi Xu
2025-01-17[Modules] Delay deserialization of preferred_name attribute at r… (#122726)Viktoriia Bakalova