teak-llvm/lldb/packages/Python/lldbsuite/test
Shafik Yaghmour a0858e2f20 Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack memory
In ClangASTContext::CreateFunctionTemplateSpecializationInfo a TemplateArgumentList is allocated on the stack but is treated as if it is persistent in subsequent calls. When we exit the function func_decl will still point to the stack allocated memory. We will use TemplateArgumentList::CreateCopy instead which will allocate memory out of the DeclContext.

Differential Revision: https://reviews.llvm.org/D64777

llvm-svn: 366365
2019-07-17 20:16:13 +00:00
..
android/platform [lldb_test_suite] Fix lldb test suite targeting remote Android 2019-07-09 21:35:58 +00:00
api [lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more testcases 2019-06-17 14:46:17 +00:00
arm
attic
benchmarks
driver/batch_mode [TestBatchMode] We already log this output to a file. 2019-03-13 02:47:51 +00:00
expression_command Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack memory 2019-07-17 20:16:13 +00:00
functionalities [lldb] Make TestDeletedExecutable more reliable 2019-07-11 19:27:33 +00:00
help
issue_verification
lang [ASTImporter] Fix LLDB lookup in transparent ctx and with ext src 2019-07-17 13:47:46 +00:00
linux
logging
macosx Add color to the default thread and frame format. 2019-06-17 19:53:11 +00:00
make [lldb_test_suite] Fix lldb test suite targeting remote Android 2019-07-09 21:35:58 +00:00
plugins
python_api [lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSD 2019-07-13 06:24:14 +00:00
quit
sample_test
settings
source-manager
terminal [Python] Fix another batch of python 2/python 3 portability issues. 2019-03-13 00:48:29 +00:00
test_runner Bring Doxygen comment syntax in sync with LLVM coding style. 2019-03-11 17:09:29 +00:00
tools Revert "Implement xfer:libraries-svr4:read packet" 2019-07-01 12:41:20 +00:00
types [Tests] Split float test into float and doubles 2019-04-19 22:37:55 +00:00
warnings/uuid
__init__.py
.categories
bench.py
concurrent_base.py
configuration.py
darwin_log.py
decorators.py [lldb_test_suite] Fix lldb test suite targeting remote Android 2019-07-09 21:35:58 +00:00
dosep.py
dotest_args.py [dotest] Add the ability to set environment variables for the inferior. 2019-06-26 16:12:08 +00:00
dotest.py [dotest] Add the ability to set environment variables for the inferior. 2019-06-26 16:12:08 +00:00
lldb_pylint_helper.py
lldbbench.py
lldbcurses.py
lldbdwarf.py
lldbinline.py
lldbpexpect.py Fix flakyness in TestCommandScriptImmediateOutput 2019-04-02 09:45:40 +00:00
lldbplatform.py
lldbplatformutil.py
lldbtest_config.py [dotest] Add the ability to set environment variables for the inferior. 2019-06-26 16:12:08 +00:00
lldbtest.py [dotest] Disable color while testing. 2019-07-17 17:56:57 +00:00
lldbutil.py [Windows] Dump more information about access violation exception 2019-04-29 07:29:25 +00:00
lock.py
Makefile
README-TestSuite
redo.py
test_categories.py
test_result.py