repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
inferred-framework-case.m
blob
2ed443f2b5a186c98a32081fffad1dbd551d5e9b
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s -verify -DA
3
// FIXME: PR20299 - getCanonicalName() is not implemented on Windows.
4
// REQUIRES: shell
5
6
@import MOdule; // expected-error{{module 'MOdule' not found}}
7
@import Module;