]> granicus.if.org Git - clang/commit
When deducing an 'auto' type, don't modify the type-as-written.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 Apr 2013 21:23:01 +0000 (21:23 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 Apr 2013 21:23:01 +0000 (21:23 +0000)
commit9b1317531d376738fd6631291b0a04109c76a63b
tree7ad9189e14f6588a784230d2278ea9399f91c8e3
parent3d2f000df9311bfccb6d2ac350be3d3efa5a412b
When deducing an 'auto' type, don't modify the type-as-written.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180808 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplateDeduction.cpp
unittests/ASTMatchers/ASTMatchersTest.cpp