]> granicus.if.org Git - clang/commit
Fix assert when instantiating a default argument of a template defined in a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 Aug 2013 04:12:04 +0000 (04:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 Aug 2013 04:12:04 +0000 (04:12 +0000)
commit3f32210598ff678fbaa462422770bdbace895ac8
treed9d065dc308615c48c4903312ca44ecfabdbaa01
parentd145ce71fbe25c578f7d6a56320b64abf808ba78
Fix assert when instantiating a default argument of a template defined in a
module.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187556 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
test/Modules/Inputs/cxx-templates-a.h
test/Modules/cxx-templates.cpp