]> granicus.if.org Git - clang/commit
[ptr-traits] Some compilers (older Clang? unsure) on build bots need
authorChandler Carruth <chandlerc@gmail.com>
Wed, 30 Dec 2015 06:21:02 +0000 (06:21 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 30 Dec 2015 06:21:02 +0000 (06:21 +0000)
commit60d3ad956c28dc96de6ab3deec3885b3481018cb
tree5c290bbf3b16a3d58e560862005cfabdad9f0e38
parentb1217ccafd1f81b241bb53e2e79888de2f8410c2
[ptr-traits] Some compilers (older Clang? unsure) on build bots need
this constructor to be out of line in order to not require the complete
type of TemplateDecl.

Hopefully this will fix the build bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256629 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/TemplateName.h
lib/AST/TemplateName.cpp