]> granicus.if.org Git - clang/commit
Add a missing 'else'. Found by grep '} if'
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 19 Dec 2012 17:29:30 +0000 (17:29 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 19 Dec 2012 17:29:30 +0000 (17:29 +0000)
commitd7ebf3eead93232af7c7f0d30385a1f4c890f904
treef6eef14e698c1870c84de65dee2ce0f4a9638b1b
parenteb34db715f1130ad7793fc0cc50c8191c2157c53
Add a missing 'else'.  Found by grep '} if'

No testcase because this did not affect correctness: a declaration can only be
ClassTemplateDecl or a FunctionTemplateDecl, not both.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170565 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/IndexingContext.cpp