]> granicus.if.org Git - clang/commit
Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This
authorMatt Beaumont-Gay <matthewbg@google.com>
Tue, 22 Feb 2011 23:52:53 +0000 (23:52 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Tue, 22 Feb 2011 23:52:53 +0000 (23:52 +0000)
commit65b34d7bc314c7d4b448164e1a889311bd30b375
tree77486b2e9cb53aa020d26dd6ed33396dadd690c5
parent7019186f3c05539698b589a59729b0adfb8ea0a1
Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This
mostly just shuffles various possibilities for recovery into a more
straightforward order, but also unifies a couple of diagnostics.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126266 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExpr.cpp
test/SemaCXX/PR7944.cpp
test/SemaCXX/member-expr.cpp