summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Windows/malloc_uaf.cc
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-20/+0
| | | | | | See r367803 and similar other changes. llvm-svn: 367887
* clang-cl: Remove -O0 optionNico Weber2019-07-111-1/+1
| | | | | | | | | | | | cl.exe doesn't understand it; there's /Od instead. See also the review thread for r229575. Update lots of compiler-rt tests to use -Od instead of -O0. Ran `rg -l 'clang_cl.*O0' compiler-rt/test/ | xargs sed -i -c 's/-O0/-Od/'` Differential Revision: https://reviews.llvm.org/D64506 llvm-svn: 365724
* [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make ↵Timur Iskhodzhanov2014-05-281-1/+1
| | | | | | | | Windows-only tests explicitly use clang-cl. Reviewed at http://reviews.llvm.org/D3893 llvm-svn: 209719
* [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's ↵Timur Iskhodzhanov2014-05-261-2/+1
| | | | | | clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744) llvm-svn: 209622
* [ASan/Win tests] Add tests for malloc/calloc/reallocTimur Iskhodzhanov2014-05-151-0/+21
llvm-svn: 208881
OpenPOWER on IntegriCloud