Enable correcting a member declaration where the type is class template,
and the class name is shadowed by another member. Recovery still needs to be figured out, which is non-trivial since the parser has already gone down a much different path than if it had recognized the class template as type instead of seeing the member that shadowed the class template. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201360 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Sema/Sema.h 2 additions, 1 deletioninclude/clang/Sema/Sema.h
- lib/Parse/ParseDecl.cpp 3 additions, 1 deletionlib/Parse/ParseDecl.cpp
- lib/Sema/SemaDecl.cpp 15 additions, 9 deletionslib/Sema/SemaDecl.cpp
- test/SemaCXX/typo-correction-pt2.cpp 11 additions, 0 deletionstest/SemaCXX/typo-correction-pt2.cpp
Loading
Please register or sign in to comment