зеркало из https://github.com/microsoft/clang-1.git
Added dead stores test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
fd8fc4ee5c
Коммит
8b00b6e80d
|
@ -72,4 +72,10 @@ int f10() {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int f11() {
|
||||||
|
int x = 4;
|
||||||
|
return ++x; // no-warning
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче