[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / StdDef / module.modulemap
blob5c4e0dae7ba6a93cbf539b0aa29216dbe820ba68
1 module StdDef {
2   module SizeT {
3     header "size_t.h"
4     export *
5   }
7   module Other {
8     header "other.h"
9     export *
10   }
12   module PtrDiffT {
13     header "ptrdiff_t.h"
14     export *
15   }
17   module IncludeAgain {
18     header "include_again.h"
19     export *
20   }