aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/Core/DeltaTree.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-10-11 22:55:07 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-10-11 22:55:07 +0000
commitabeadfb11fde148f15c2fd67015e8163609d5b68 (patch)
tree6cd6b61824c8e8b99b163823ffbb8ca5ea651461 /lib/Rewrite/Core/DeltaTree.cpp
parent80eed72ed850d4d5ce49ad2a2c0971f260d8327f (diff)
Provide a fixit when taking the address of an unqualified member function.
This only applies if the type has a name. (we could potentially do something crazy with decltype in C++11 to qualify members of unnamed types but that seems excessive) It might be nice to also suggest a fixit for "&this->i", "&foo->i", and "&foo.i" but those expressions produce 'bound' member functions that have a different AST representation & make error recovery a little trickier. Left as future work. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Rewrite/Core/DeltaTree.cpp')
0 files changed, 0 insertions, 0 deletions