]> granicus.if.org Git - clang/commit
Add typo correction for the type name in C++ "new" statements
authorKaelyn Uhrain <rikka@google.com>
Tue, 27 Sep 2011 00:33:13 +0000 (00:33 +0000)
committerKaelyn Uhrain <rikka@google.com>
Tue, 27 Sep 2011 00:33:13 +0000 (00:33 +0000)
commit93476ddd9ce490f9c08d78b640efad812cb019d1
tree30aebc00753c07010f7eea77ef5226b69a00a990
parent671436e9e2794c56f3c2e62739d225571493af37
Add typo correction for the type name in C++ "new" statements

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140589 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Parse/Parser.cpp
lib/Sema/SemaDecl.cpp
test/SemaCXX/missing-namespace-qualifier-typo-corrections.cpp