summaryrefslogtreecommitdiff
path: root/clang/test/Modules
AgeCommit message (Expand)Author
2025-08-04clang: Make the type_info builtin declaration a singleton (#151277)Matt
2025-08-04[clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (#15...Tomohiro Kashiwada
2025-08-03[clang] Try fixing implicit-module-header-maps.cppAiden Grossman
2025-08-02Reapply "[clang] Remove %T from tests (#151614)"Aiden Grossman
2025-08-01[clang][test] Split out staticanalyzer portion of Modules/specializations-laz...Nathan Chancellor
2025-08-01Revert "[clang] Remove %T from tests (#151614)"Aiden Grossman
2025-08-01[clang] Remove %T from tests (#151614)Aiden Grossman
2025-07-28[Serialization] Fix crash while lazy-loading template specializations (#150430)Michael Jabbour
2025-07-28[C++20] [Modules] Implement diagnose for exposured partiallyChuanqi Xu
2025-07-21[C++20] [Modules] Enable reduced BMI by defaultChuanqi Xu
2025-07-16[Clang] Fix export declaration diagnostic message (#149059)duhbbx
2025-07-07[Modules] Don't const eval VarDecls with dependent type (#147378)Henrik G. Olsson
2025-07-03[Modules] Record side effect info in EvaluatedStmt (#146468)Henrik G. Olsson
2025-07-03[C++20] [Modules] Use current named module to do module local lookupChuanqi Xu
2025-07-02[clang] [test] Add a missing requirement for a testMartin Storsjö
2025-07-02clang: Fix parsing of seh exception model (#146643)Matt Arsenault
2025-06-30[clang] odr-checker fix for conversion operators (#146153)Matheus Izvekov
2025-06-27[C++20] [Modules] Don't mark namespace decl as module local declarationChuanqi Xu
2025-06-26[Modules] Add merged Files to UsedModuleFilesChuanqi Xu
2025-06-25[C++20] [Modules] Handling template declare with debug infoChuanqi Xu
2025-06-25[C++20] [Modules] Avoid crash with calls to (this auto) syntaxChuanqi Xu
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-23[C++20] [Modules] Don't make enum constant members always visibleChuanqi Xu
2025-06-21[C++][Modules] A module directive may only appear as the first preprocessing ...yronglin
2025-06-20[C++20] [Modules] Add exported modules as transitive imported modulesChuanqi Xu
2025-06-17[C++20][Modules] Disable preferred_name when writing a C++20 header unit (#14...Dmitry Polukhin
2025-06-13Remove delayed typo expressions (#143423)Aaron Ballman
2025-06-12[C++20] [Modules] Treat directly imported internal partition unit as reachableChuanqi Xu
2025-06-12[C++20] [Modules] [Reduced BMI] Don't write specializations with local argsChuanqi Xu
2025-06-12[C++20] [Modules] Fix module local lookup ambiguousityChuanqi Xu
2025-06-12[NFC] [C++20] [Modules] Add a test module local declaration lookupChuanqi Xu
2025-06-11[C++20][Modules] Fix false compilation error with constexpr (#143168)Dmitry Polukhin
2025-06-03[clang][modules] rename "AST" to precompiled in diagnostic messages NFCI (#14...Cyndy Ishida
2025-06-02[clang] Rename diag notes that assumed precompiled dependencies are pch's, NF...Cyndy Ishida
2025-06-02[Clang][Modules] Add a target to build-explicit.cpp test. NFCDavid Green
2025-06-02[ASTWriter] Do not write ObjCCategories if empty. (#141841)David Green
2025-05-28[C2y] Add stdcountof.h (#140890)Aaron Ballman
2025-05-28[clang][DebugInfo] Add symbol for debugger with VTable information. (#130255)Carlos Alberto Enciso
2025-05-27Avoid emitting a linker options section in the compiler if it is empty. (#139...dyung
2025-05-22Revert "[Modules] Don't fail when an unused textual header is missing. (#1382...Volodymyr Sapsai
2025-05-19[clang] Attempt to fix "test/Modules/fmodules-validate-once-per-build-session.c"Jan Svoboda
2025-05-16[clang] Fix assertion failure in constexpr union deserialization (#140179)Alexander Kornienko
2025-05-15[clang] Fix a segfault when M is a nullptr (#130712)Matt
2025-05-13[clang][modules] Invalidate module cache when SDKSettings.json changes (#139751)Jan Svoboda
2025-05-13Reland "Reland [Modules] Remove unnecessary check when generating name lookup...Haojian Wu
2025-05-12[NFC][Clang] Don't check hardcode op num (#135375)Jinsong Ji
2025-05-09[clang][modules] Allow not forcing validation of user headers (#139091)Jan Svoboda
2025-05-08[Modules] Don't fail when an unused textual header is missing. (#138227)Volodymyr Sapsai