]> granicus.if.org Git - clang/commit
Keep the parser's template depth up to date when parsing local templates and
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 29 Apr 2013 11:55:38 +0000 (11:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 29 Apr 2013 11:55:38 +0000 (11:55 +0000)
commit098b8140c082e5a69b18ca83ef2eb3091939d54f
tree1790bf5e3199d3e4de8a30445e1e6e788d12581d
parentcad7e43c5aba88bf6affc155b02d8609485db41b
Keep the parser's template depth up to date when parsing local templates and
late-parsed templates. Patch by Faisal Vali!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180708 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseCXXInlineMethods.cpp
lib/Parse/ParseTemplate.cpp
test/SemaTemplate/local-member-templates.cpp [new file with mode: 0644]