Displaying 1 result from an estimated 1 matches for "endoffunct".
2017 Jan 23
5
Upcoming removal of std::auto_ptr (in C++1z)
...libc++ header
files.
Grepping through the LLVM code base, I found several references to auto_ptr
that should be investigated. Most, if not all of them are in test cases.
# Tests that reference auto_ptr
llvm/test/CodeGen/X86/negate-add-zero.ll
llvm/test/Transforms/DeadStoreElimination/2011-09-06-EndOfFunction.ll
llvm/test/Transforms/MemCpyOpt/loadstore-sret.ll
# Things that define their own auto_ptr
llvm/tools/clang/test/Analysis/diagnostics/Inputs/include/report-issues-within-main-file.h
llvm/tools/clang/test/Analysis/diagnostics/report-issues-within-main-file.cpp
llvm/tools/clang/test/CodeGenCXX/2...