OSDN Git Service

Don't warn about missing declarations for partial template specializations
authorAaron Puchert <aaronpuchert@alice-dsl.net>
Fri, 31 Jan 2020 23:05:36 +0000 (00:05 +0100)
committerAaron Puchert <aaronpuchert@alice-dsl.net>
Fri, 31 Jan 2020 23:06:03 +0000 (00:06 +0100)
commit27684ae66d5545f211c0ac4393d0ba2bf3b5b47c
treedaf6ba6fd0468c97b19ba83446ccabd51f4be732
parent64cb77b9469207799e570483dadc720dbf12c794
Don't warn about missing declarations for partial template specializations

Summary: Just like templates, they are excepted from the ODR rule.

Reviewed By: aaron.ballman, rsmith

Differential Revision: https://reviews.llvm.org/D68923
clang/lib/Sema/SemaDecl.cpp
clang/test/SemaCXX/warn-missing-variable-declarations.cpp