]> granicus.if.org Git - clang/commit
Factor out common code for diagnosing missing template arguments.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 26 Apr 2018 01:08:00 +0000 (01:08 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 26 Apr 2018 01:08:00 +0000 (01:08 +0000)
commit4204da92f0b2b98c5ef0fbca7dddf845ef0456ee
treedf4be157a4c530cfe2d1fe9e959ebfe7b0513841
parent14192764c3cbef0a4e122af786cc27d12e9ae15d
Factor out common code for diagnosing missing template arguments.

In passing, add 'concept' to the list of template kinds in diagnostics.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@330890 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprMember.cpp
lib/Sema/SemaTemplate.cpp
test/SemaCXX/cxx1y-variable-templates_in_class.cpp
test/SemaCXX/cxx1y-variable-templates_top_level.cpp
test/SemaTemplate/alias-templates.cpp