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
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
clang
/
test
/
SemaObjC
/
warn-write-strings.m
blob
163c864257e9e3731a12182f1fefc8148da4ad0d
1
// RUN: %clang_cc1 -verify -fsyntax-only -fconst-strings %s
2
3
// PR4804
4
char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char [4]' discards qualifiers}}