Retain isImplicit flag for local variable declarations when instantiating
authorAlexander Kornienko <alexfh@google.com>
Tue, 27 May 2014 21:29:22 +0000 (21:29 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 27 May 2014 21:29:22 +0000 (21:29 +0000)
commit83a4e18f4c59bfec7d925df6f6f7e627b6d14d40
treefa638581a660d757e9230e04c3ce82a1e39e6e4b
parent81e105e8d6cfc0a8ccf85f15a8885ef7c73064a0
Retain isImplicit flag for local variable declarations when instantiating
templates.

Reviewers: rsmith

Reviewed By: rsmith

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D3924

llvm-svn: 209686
clang/lib/AST/ASTDumper.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
clang/test/Misc/ast-dump-color.cpp
clang/test/SemaCXX/template-implicit-vars.cpp [new file with mode: 0644]