[all-commits] [llvm/llvm-project] 15cb18: [ODRHash diagnostics] Split `err_module_odr_violat...
Volodymyr Sapsai via All-commits
all-commits at lists.llvm.org
Thu Jun 30 18:41:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15cb180dcbf84701f3af47983e223d0beaac3c9b
https://github.com/llvm/llvm-project/commit/15cb180dcbf84701f3af47983e223d0beaac3c9b
Author: Volodymyr Sapsai <vsapsai at apple.com>
Date: 2022-06-30 (Thu, 30 Jun 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/lib/Serialization/ASTReader.cpp
Log Message:
-----------
[ODRHash diagnostics] Split `err_module_odr_violation_mismatch_decl_diff` into per-entity diagnostics. NFC.
We'll need to add more cases for Objective-C entities and adding
everything to `err_module_odr_violation_mismatch_decl_diff` makes it
harder to work with over time.
Differential Revision: https://reviews.llvm.org/D128488
More information about the All-commits
mailing list