summaryrefslogtreecommitdiff
path: root/clang/test/Modules/explicit-build.cpp
AgeCommit message (Expand)Author
2025-06-03[clang][modules] rename "AST" to precompiled in diagnostic messages NFCI (#14...Cyndy Ishida
2025-06-02[Clang][Modules] Add a target to build-explicit.cpp test. NFCDavid Green
2025-04-23[clang][Modules] Clarify error message when size check fails in lookupModuleFileCyndy Ishida
2025-02-24[clang] Improve module out of date error message (#128103)Michael Spencer
2023-10-18[clang] Expand invalid PCM diagnostic (#69489)Nuri Amari
2016-08-29Fix a bug preventing the cause for a module file-not-found from being displayedAdrian Prantl
2016-08-29Fix a bug preventing the cause of a module-out-of-date error from being printedAdrian Prantl
2016-02-19[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith
2015-08-09clang/test/Modules: Satisfy win32 hosts due to dospath issue.NAKAMURA Takumi
2015-08-09[modules] PR22534: Load files specified by -fmodule-file= eagerly. In particu...Richard Smith
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2015-03-18Make module files passed to a module build via -fmodule-file= available toRichard Smith
2015-02-28Give better diagnostics when -fmodule-file= finds a bad file: if the file isRichard Smith
2014-11-21[modules] When explicitly importing a module, it's fine for the imported moduleRichard Smith
2014-10-28clang/test/Modules/explicit-build.cpp: Tweak to meet win32's backslash.NAKAMURA Takumi
2014-10-27[modules] Load .pcm files specified by -fmodule-file lazily.Richard Smith
2014-10-22[modules] Initial support for explicitly loading .pcm files.Richard Smith