repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
implied: tweak some debug statements
[smatch.git]
/
validation
/
constexpr-string.c
blob
e641a83eb26efd2552a7b843e287e0d812f4712f
1
static char
*
a
=
"foobar"
;
// OK
2
3
/*
4
* check-name: string literal constness verification.
5
* check-command: sparse -Wconstexpr-not-const $file
6
*
7
* check-error-start
8
* check-error-end
9
*/