]> granicus.if.org Git - clang/commit
Parse: Template specializations which aren't dependent needn't have their parsing...
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 14 Sep 2013 05:46:42 +0000 (05:46 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 14 Sep 2013 05:46:42 +0000 (05:46 +0000)
commitabcfa61f513e499fe3f2f44df9cb48e133fc4fc0
tree1d4ef152f649c1414939c1da43781e10b69a8cb0
parent57b1da1588a3f5785ad8bd5d9f2d795d685e1058
Parse: Template specializations which aren't dependent needn't have their parsing be delayed

Summary:
We should treat a non-dependent template specialization like it wasn't
templated at all.

Reviewers: rsmith

CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D1554

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190743 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseCXXInlineMethods.cpp
test/CodeGenCXX/delayed-template-parsing.cpp [new file with mode: 0644]