diff options
| author | Alex Lorenz <arphaman@gmail.com> | 2017-06-27 10:35:30 +0000 |
|---|---|---|
| committer | Alex Lorenz <arphaman@gmail.com> | 2017-06-27 10:35:30 +0000 |
| commit | 99bee7f4a174a2f7a7394b70cc6877be6017a21c (patch) | |
| tree | 3a541a5ff39810ee9619c532ea50a5c30ec4461f /lldb/source/Commands/CommandObjectFrame.h | |
| parent | 4ccd99541bfc8f4f475dbacd1d17dc9817e92b1e (diff) | |
| download | bcm5719-llvm-99bee7f4a174a2f7a7394b70cc6877be6017a21c.tar.gz bcm5719-llvm-99bee7f4a174a2f7a7394b70cc6877be6017a21c.zip | |
Recommit r306103: PR26195: Set correct NestedNameSpecifierLoc for the
dependent initializer
This commit fixes incorrect source positions of dependent c'tor initializers
like in the following code:
template<typename MyBase>
struct Derived: MyBase::InnerIterator
{
Derived() : MyBase::InnerIterator() {} /// This line is problematic: all positions point to InnerIterator and nothing points to MyBase
};
Patch by Serge Preis!
Differential Revision: https://reviews.llvm.org/D32439
llvm-svn: 306392
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.h')
0 files changed, 0 insertions, 0 deletions

