]> granicus.if.org Git - clang/commit
Add the global namespace (the "::" namespace specifier) to the list of
authorKaelyn Uhrain <rikka@google.com>
Mon, 24 Jun 2013 17:49:03 +0000 (17:49 +0000)
committerKaelyn Uhrain <rikka@google.com>
Mon, 24 Jun 2013 17:49:03 +0000 (17:49 +0000)
commit8d90b4ab994c48c4b6d53122282dc93ac722bfc7
treee9017c97085bca94d00e59b5bfcb37bc37ce4c68
parentdbcc7561f6964404c590f42454a249af5324fa44
Add the global namespace (the "::" namespace specifier) to the list of
namespaces to try for potential typo corrections.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184762 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLookup.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.def/p8.cpp
test/FixIt/typo.cpp
test/Parser/cxx-using-directive.cpp