]> granicus.if.org Git - clang/commit
Only visit default arguments for template declarations when visiting the template...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 30 May 2012 23:55:51 +0000 (23:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 30 May 2012 23:55:51 +0000 (23:55 +0000)
commit6fada8e820f2fd1b4cd38e48c8986110e87c5915
tree4cd765371bd21cbfc93609e576b0c3a680fa4576
parent90c78328e70cb376754edf87708505a84c044271
Only visit default arguments for template declarations when visiting the template declaration which introduced them. Patch by Yang Chen!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157723 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/RecursiveASTVisitor.h
unittests/Tooling/RecursiveASTVisitorTest.cpp