]> granicus.if.org Git - clang/commit
Fix typo correction of template arguments to once again allow type names.
authorKaelyn Uhrain <rikka@google.com>
Wed, 22 Feb 2012 01:03:07 +0000 (01:03 +0000)
committerKaelyn Uhrain <rikka@google.com>
Wed, 22 Feb 2012 01:03:07 +0000 (01:03 +0000)
commite43fe993a079795ac3d2ba7c9ec5e2a0c8069918
treebad21e008e9e31f7083a020c00b379e6704c4ee5
parent2639ac628cff5dedb4fa60169082b2a1a9dd8694
Fix typo correction of template arguments to once again allow type names.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151112 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseExpr.cpp
lib/Parse/ParseTemplate.cpp
test/SemaCXX/typo-correction.cpp