mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 12:35:47 -04:00
![]() 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 |
||
---|---|---|
.. | ||
android/platform | ||
api | ||
arm | ||
attic | ||
benchmarks | ||
driver/batch_mode | ||
expression_command | ||
functionalities | ||
help | ||
issue_verification | ||
lang | ||
linux | ||
logging | ||
macosx | ||
make | ||
plugins | ||
python_api | ||
quit | ||
sample_test | ||
settings | ||
source-manager | ||
terminal | ||
test_runner | ||
tools | ||
types | ||
warnings/uuid | ||
__init__.py | ||
.categories | ||
bench.py | ||
concurrent_base.py | ||
configuration.py | ||
darwin_log.py | ||
decorators.py | ||
dosep.py | ||
dotest_args.py | ||
dotest.py | ||
lldb_pylint_helper.py | ||
lldbbench.py | ||
lldbcurses.py | ||
lldbdwarf.py | ||
lldbinline.py | ||
lldbpexpect.py | ||
lldbplatform.py | ||
lldbplatformutil.py | ||
lldbtest_config.py | ||
lldbtest.py | ||
lldbutil.py | ||
lock.py | ||
Makefile | ||
README-TestSuite | ||
redo.py | ||
test_categories.py | ||
test_result.py |