Don't suggest namespaces if the next token is a '.'
authorKaelyn Uhrain <rikka@google.com>
Fri, 27 Sep 2013 23:54:23 +0000 (23:54 +0000)
committerKaelyn Uhrain <rikka@google.com>
Fri, 27 Sep 2013 23:54:23 +0000 (23:54 +0000)
commit2ceb67a5345ef711468a32dbf17769828b5fbadd
treec3ba6685136cd2f73bf71d6001212de43d477331
parent8a06d8fdefce6b4ed4438bb80f60cdd2e979a94f
Don't suggest namespaces if the next token is a '.'

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191589 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseStmt.cpp
test/SemaCXX/typo-correction-pt2.cpp