summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs
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-11-03[clang][builtins] Add stdckdint.h to the modulemap. (#166230)Michael Spencer
2025-09-17[win][clang] Align scalar deleting destructors with MSABI (#139566)Mariya Podchishchaeva
2025-09-02[clang] load umbrella dir headers in sorted order (#156108)Richard Howell
2025-05-28[C2y] Add stdcountof.h (#140890)Aaron Ballman
2025-05-22Revert "[Modules] Don't fail when an unused textual header is missing. (#1382...Volodymyr Sapsai
2025-05-08[Modules] Don't fail when an unused textual header is missing. (#138227)Volodymyr Sapsai
2025-05-06[clang][modules] Lazily load by name lookups in module maps (#132853)Michael Spencer
2025-04-24[clang][p2719] Module deserialization does not restore allocator flags (#137102)Oliver Hunt
2025-02-26[clang][modules] Separate parsing of modulemaps (#119740)Michael Spencer
2024-06-20[Clang] [Sema] Diagnose unknown std::initializer_list layout in SemaInit (#95...Mital Ashok
2024-06-18[Clang][Sema] Diagnose variable template explicit specializations with storag...Krystian Stasiowski
2024-06-14Make diagnostic pragma override -Werror=foo and DefaultError warningsFangrui Song
2024-04-12[modules] allow use of ptrauth module from no_undeclared_includes system modu...Ian Anderson
2024-03-05[clang] Diagnose config_macros before building modules (#83641)Michael Spencer
2024-01-08[clang][modules] Remove `_Private` suffix from framework auto-link hints. (#7...Juergen Ributzka
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer
2023-10-27[clang] use relative paths for builtin headers during module compilation (#68...Richard Howell
2023-10-20[clang][modules] Use file name as requested (#68957)Jan Svoboda
2023-10-04[Modules] no_undeclared_includes modules (Apple Darwin) don't work the clang ...Ian Anderson
2023-10-03Fix the Modules/compiler_builtins.m test (#68163)Ian Anderson
2023-10-03[Modules] Make clang modules for the C standard library headersIan Anderson
2023-08-29[clang][modules] Add a c23 module featureIan Anderson
2023-06-16[clang] Don't create import decls without -fmodulesKadir Cetinkaya
2023-05-30[clang][lex] NFCI: Use DirectoryEntryRef in HeaderSearch::LookupFileJan Svoboda
2023-05-17[clang][modules] Add features for recent C++ versionsJonas Hahnfeld
2023-04-07[clang][DebugInfo] Emit DW_AT_type of preferred name if availableMichael Buch
2023-03-17Remove the outdated feature macro '__cpp_coroutines'Chuanqi Xu
2023-01-31[Clang] Improve error message for violations of -fmodules-decluse.James Y Knight
2022-09-06Enforce module decl-use restrictions and private header restrictions in textu...Richard Smith
2022-08-31[clang] update pr27699 test to make headers different (NFC)Mikhail Goncharov
2022-07-13[AST] [Modules] Handle full cases of DefaultArgStorage::setInheritedChuanqi Xu
2022-07-05[NFC] Remove unused test inputsChuanqi Xu
2022-06-06[gmodules] Skip CXXDeductionGuideDecls when visiting FunctionDecls inAkira Hatanaka
2022-06-06Revert "[gmodules] Skip CXXDeductionGuideDecls when visiting FunctionDecls in"Akira Hatanaka
2022-06-06[gmodules] Skip CXXDeductionGuideDecls when visiting FunctionDecls inAkira Hatanaka
2022-04-19[modules] Merge variable template specializations.Richard Smith
2022-03-07[clang][modules] NFC: Simplify and clarify testJan Svoboda
2022-02-10Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-11[AST] lookup in parent DeclContext for transparent DeclContextChuanqi Xu
2021-12-22[NFC] [C++20] [Modules] Add tests for template instantiation in transitively ...Chuanqi Xu
2021-12-21Revert "[NFC] [C++20] [Modules] Add tests for template instantiation in trans...Chuanqi Xu
2021-12-21[NFC] [C++20] [Modules] Add tests for template instantiation in transitively ...Chuanqi Xu
2021-12-17[Modules] Incorrect ODR detection for unresolved using typeChuanqi Xu
2021-12-08[C++20] [Modules] [Concepts] Recognize same concepts more precisely in Serial...Chuanqi Xu
2021-11-18Remove non-affecting module maps from PCM files.Ilya Kuteev
2021-10-18[clang][modules] Delay creating `IdentifierInfo` for names of explicit modulesJan Svoboda
2021-10-13[clang][modules] Cache loads of modules imported by PCHJan Svoboda
2021-08-30[modules] Fix miscompilation when using two RecordDecl definitions with the s...Volodymyr Sapsai