[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / implicit-build-config-out-of-date.m
blobc8c02ff0a8084a5ef82ba4640c85c7575b66ea3d
1 // RUN: rm -rf %t
2 // Use -DA=0 so that there is at least one preprocessor option serialized after the diagnostic options.
3 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs %s -DA=0 -Rmodule-build -verify
4 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs %s -DA=0 -Werror -Rmodule-build -verify
6 @import category_top; // expected-remark {{building module}} expected-remark {{finished building}}