repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Driver
/
msp430-char.c
blob
67954e3e2a1be5fb593a2c663f479dbd2cf8f280
1
/// Check that char is unsigned by default.
2
// RUN: %clang -### %s --target=msp430 -c 2>&1 | FileCheck %s
3
// CHECK: "-cc1" "-triple" "msp430"
4
// CHECK-SAME: "-fno-signed-char"