[PATCH] D126566: [ODRHash][NFC] Add missing 'select' case for `ODRMismatchDecl`.
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 27 16:47:04 PDT 2022
vsapsai added a comment.
To trigger "function template|different function template" diagnostic we need the entire "case FunctionTemplate" in "switch (FirstDiffType)" <https://github.com/llvm/llvm-project/blob/4a368136693ba9c4e827702e9d390280c3d5e7ac/clang/lib/Serialization/ASTReader.cpp#L10823-L11137> not to detect any mismatches. And I don't know any such cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126566/new/
https://reviews.llvm.org/D126566
More information about the cfe-commits
mailing list