summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
diff options
context:
space:
mode:
authorAaron Puchert <aaron.puchert@sap.com>2021-03-24 17:45:22 +0100
committerAaron Puchert <aaron.puchert@sap.com>2021-03-24 17:45:25 +0100
commita6a1c3051dbd2cc5ccc70272890cf38d11dca9c7 (patch)
tree66e188ae331e75493490197555252af8972530ad /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
parent14b2ec934ed88642b11319704ea9b7465c4234ad (diff)
Fix false negative in -Wthread-safety-attributes
The original implementation didn't fire on non-template classes when a base class was an instantiation of a template with a dependent base. In that case the base of the base is dependent as seen from the base, but not from the class we're interested in, which isn't a template. Also it simplifies the code a lot. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D98724
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions