[all-commits] [llvm/llvm-project] 27684a: Don't warn about missing declarations for partial ...
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Fri Jan 31 15:11:08 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 27684ae66d5545f211c0ac4393d0ba2bf3b5b47c
https://github.com/llvm/llvm-project/commit/27684ae66d5545f211c0ac4393d0ba2bf3b5b47c
Author: Aaron Puchert <aaronpuchert at alice-dsl.net>
Date: 2020-02-01 (Sat, 01 Feb 2020)
Changed paths:
M clang/lib/Sema/SemaDecl.cpp
M clang/test/SemaCXX/warn-missing-variable-declarations.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list