summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-02-15 21:48:57 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-02-15 21:48:57 +0000
commit1dcff8d17ca44abb090ed38d3ef70d25c8e3465c (patch)
treed2f5cad2c630dddca2fedf4c24c62383f6c0b463 /lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable
parent35b007e9a9f272d8570ec1009e1e7cb0aa064600 (diff)
downloadbcm5719-llvm-1dcff8d17ca44abb090ed38d3ef70d25c8e3465c.tar.gz
bcm5719-llvm-1dcff8d17ca44abb090ed38d3ef70d25c8e3465c.zip
Fix invalid code that Clang trunk will soon diagnose.
There is an ambiguity between ::SizeClassMap (the typedef declared near the start of this file) and __sanitizer::SizeClassMap (found by the 'using namespace __sanitizer;' near the start of this file). Historically a Clang bug has meant that the error was not diagnosed, but soon Clang will start diagnosing it. Explicitly qualify this use of SizeClassMap so that it finds __sanitizer::SizeClassMap rather than being ill-formed due to ambiguity. llvm-svn: 354174
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud