aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-03-13 00:28:45 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-03-13 00:28:45 +0000
commitaae4058453ea5df82c3e9f29715e5847135124e4 (patch)
tree7a66f2864adbb3cb584ff11d6209ce395b0dd079 /lldb/source/Commands/CommandObjectThread.cpp
parent477a2f39cbaa7774743dd2847f54f730fa875fb5 (diff)
downloadllvm-aae4058453ea5df82c3e9f29715e5847135124e4.zip
llvm-aae4058453ea5df82c3e9f29715e5847135124e4.tar.gz
llvm-aae4058453ea5df82c3e9f29715e5847135124e4.tar.bz2
PR18275: If a member function of a class template is declared with a
const-qualified parameter type and the defined with a non-const-qualified parameter type, the parameter is not const inside its body. Ensure that the type we use when instantiating the body is the right one. Patch by suyog sarda! This is still rather unsatisfactory; it seems like it might be better to instantiate at least the function parameters, and maybe the complete function declaration, when we instantiate the definition for such a member function (instead of reusing the declaration from inside the instantiated class definition). llvm-svn: 203741
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions