summaryrefslogtreecommitdiff
path: root/clang/test/Modules
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-21[clang][TypePrinter] Replace AppendScope with printNestedNameSpecifier (#168534)Michael Buch
2025-11-21[C++20] [Modules] Check TULocal entity within exported entitiesChuanqi Xu
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-11-13[clang] [Serialization] No transitive change for MacroID and PreprocessedEnti...Chuanqi Xu
2025-11-12[C++20] [Modules] Don't import initializer/pending implicit instantiations fr...Chuanqi Xu
2025-11-12[NFC] [C++20] [Modules] Test that we can avoid adding more specializations in...Chuanqi Xu
2025-11-07[clang][DependencyScanning] Implementation of `CompilerInstanceWithContext` t...Qiongsi Wu
2025-11-04[clang][modules] Fix crash in enum visibility lookup for C++20 header units (...Naveen Seth Hanig
2025-11-03[clang][builtins] Add stdckdint.h to the modulemap. (#166230)Michael Spencer
2025-10-25[Clang] Reenable Tests on SystemZ/AIX Using env -u (#164816)Aiden Grossman
2025-10-23[clang][headers] Need a way for math.h to share the definitions of INIFINITY ...Ian Anderson
2025-10-23[clang] Make explicitly-built modules independent of the CWD (#164840)Jan Svoboda
2025-10-20[Clang] Explicitly invoke bash to run shell scriptsAiden Grossman
2025-10-13[clang][modules] Derive mtime from PCM timestamps, not PCM files (#162965)Jan Svoboda
2025-10-06[Sema] Compare canonical conversion function (#154158)Jonas Hahnfeld
2025-09-30[Modules] Make -module-file-info print macro names in deterministic order (#1...Hans Wennborg
2025-09-23[clang][DebugInfo] Re-enable VTable debug info on COFF platforms (#158450)Tomohiro Kashiwada
2025-09-22[modules][test] Use -fmodules-cache-path= in test (#160179)Pranav Kant
2025-09-20[NFC][clang] Refactor no-stable-modtime.m test use split-file (#159924)yicuixi
2025-09-20[modules] Fix assert on Clang module import from the global module fragment. ...Naveen Seth Hanig
2025-09-19[Clang] Rewrite tests using subshells to set env variablesAiden Grossman
2025-09-18[C++20][Modules] Fix merging of anonymous members of class templates. (#155948)Michael Park
2025-09-18[C++20] [Modules] Fix issues with non-exported in-class friend declarationsChuanqi Xu
2025-09-17[win][clang] Align scalar deleting destructors with MSABI (#139566)Mariya Podchishchaeva
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide
2025-09-15[clang][bytecode] Pass initializer along in `evaluateAsInitializer()` (#158056)Timm Baeder
2025-09-12[clang][bytecode] Compile the definition, not the most recent decl (#158093)Timm Baeder
2025-09-11[Clang] Invoke shell script with bashAiden Grossman
2025-09-11[clang] Remove shell requirements from testsAiden Grossman
2025-09-10Reland "[clang] Delay normalization of `-fmodules-cache-path` (#150123)"Jan Svoboda
2025-09-10Revert "[clang] Delay normalization of `-fmodules-cache-path` (#150123)"Jan Svoboda
2025-09-10[clang] Delay normalization of `-fmodules-cache-path` (#150123)Jan Svoboda
2025-09-09[C++20] [Modules] Don't diagnose redeclaration of implicit instantiations in ...Chuanqi Xu
2025-09-05[Clang] Disable tests using env -u on AIXAiden Grossman
2025-09-05[C++20] [Modules] Add the abbrev number for coro-await-elidable callsChuanqi Xu
2025-09-05[clang] fix definition data not being propagated to all redecls (#157019)Matheus Izvekov
2025-09-04[Clang] Redisable two tests on WindowsAiden Grossman
2025-09-04[clang] Rewrite tests relying on shell environment variable featuresAiden Grossman
2025-09-02[llvm][clang] Move a stray test into the Clang subdirectoryJan Svoboda
2025-09-02[clang] load umbrella dir headers in sorted order (#156108)Richard Howell
2025-08-30[NFC] Fix typos 'seperate' -> 'separate' (#144368)Roman
2025-08-28[C++20][Modules] Remove unused part of a test: `merge-records.cppm`. (#155947)Michael Park
2025-08-28[clang] fix obtaining underlying type for demoted enum definitions (#155900)Matheus Izvekov
2025-08-20[C++20] [Modules] Improve the import-and-include patternChuanqi Xu
2025-08-20[NFC] [C++20] [Modules] Add a test to show the ability to skip bodies for imp...Chuanqi Xu
2025-08-19[clang] fix redecl chain assumption when checking linkage consistency (#153996)Matheus Izvekov
2025-08-14[C++20] [Modules] Fix incorrect diagnostic for using befriend targetChuanqi Xu
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-08[Tests] Add system-cygwin feature, and use it. (#152611)jeremyd2019