]> granicus.if.org Git - clang/commit
[AST] Remove redundant template keywords.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 22 Oct 2015 11:26:35 +0000 (11:26 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 22 Oct 2015 11:26:35 +0000 (11:26 +0000)
commit1c1b323327163c0724e9f6287371c38621570afa
treecc8997a26cab97cce51fc2e309962411ea98c039
parent8e855094f1bb5aa969979750bebb02ed96494558
[AST] Remove redundant template keywords.

GCC complains about them, clang does not.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251009 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp