зеркало из https://github.com/microsoft/clang-1.git
add test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65036 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
5ea2ffcb6c
Коммит
3450a55f40
|
@ -97,3 +97,10 @@ void f11() {
|
|||
if (a.data == 0) // no-warning
|
||||
a.data = 1;
|
||||
}
|
||||
|
||||
// Convert unsigned offset to signed when creating ElementRegion from
|
||||
// SymbolicRegion.
|
||||
void f12(int *list) {
|
||||
unsigned i = 0;
|
||||
list[i] = 1;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче