]> granicus.if.org Git - clang/commit
Implement more of C++0x 'auto'. A variable with an auto type specifier must have...
authorAnders Carlsson <andersca@mac.com>
Sat, 11 Jul 2009 00:34:39 +0000 (00:34 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 11 Jul 2009 00:34:39 +0000 (00:34 +0000)
commit6a75cd9c1d54625fca7b5477ab9545bcdbd85ea4
tree6dfd55ed4a291d2126b9a954d6f5346b2779b873
parent496e89f8d55f7a931c246e820c10f7296a246ac2
Implement more of C++0x 'auto'. A variable with an auto type specifier must have an initializer. Also, move some tests around to match the C++0x draft better.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75322 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Parse/Action.h
lib/AST/Type.cpp
lib/Parse/ParseDecl.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p5.cpp [moved from test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p2.cpp with 100% similarity]