summaryrefslogtreecommitdiffstats
path: root/lldb/www/cpp_reference/html/SBSourceManager_8h_source.html
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2014-08-11 14:54:30 +0000
committerManuel Klimek <klimek@google.com>2014-08-11 14:54:30 +0000
commit26f649f3f40b1fdf337afb4e7c46ec5639ff125c (patch)
tree8814b02aa90777a200d6e084953060d89a78ccb4 /lldb/www/cpp_reference/html/SBSourceManager_8h_source.html
parent97a59ae5896542ec225b96a10eae0fd185573307 (diff)
downloadbcm5719-llvm-26f649f3f40b1fdf337afb4e7c46ec5639ff125c.tar.gz
bcm5719-llvm-26f649f3f40b1fdf337afb4e7c46ec5639ff125c.zip
Work around default parameter problem in the static analyzer.
In cases like: struct C { ~C(); } void f(C c = C()); void t() { f(); } We currently do not add the CXXBindTemporaryExpr for the temporary (the code mentions that as the default parameter expressions are owned by the declaration, we'd otherwise add the same expression multiple times), but we add the temporary destructor pointing to the CXXBindTemporaryExpr. We need to fix that before we can re-enable the assertion. llvm-svn: 215357
Diffstat (limited to 'lldb/www/cpp_reference/html/SBSourceManager_8h_source.html')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud