| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
See r367803 and similar other changes.
llvm-svn: 367887
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Test where broken because of missing lifetime markers for temps and
because of aggressive optimization which removed markers in some cases.
PR27453
Reviewers: eugenis, kcc
Subscribers: llvm-commits, kubabrecka
Differential Revision: https://reviews.llvm.org/D22894
llvm-svn: 277074
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
When test was added we had no -fsanitize-address-use-after-scope in clang
so we had to use -mllvm -asan-use-after-scope=1.
Reviewers: eugenis
Subscribers: kubabrecka
Differential Revision: https://reviews.llvm.org/D22382
llvm-svn: 275475
|
|
|
Fix and enable working stack-use-after-scope tests.
Add more failing tests for the feature, for fix later.
PR27453.
Patch by Vitaly Buka.
llvm-svn: 267084
|