[all-commits] [llvm/llvm-project] 3e7350: [ODRHash diagnostics] Move `ODRDiagsEmitter` to li...
Volodymyr Sapsai via All-commits
all-commits at lists.llvm.org
Wed Sep 7 14:41:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e7350f3173b02b3c77917100b2228f1964c55c6
https://github.com/llvm/llvm-project/commit/3e7350f3173b02b3c77917100b2228f1964c55c6
Author: Volodymyr Sapsai <vsapsai at apple.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
A clang/include/clang/AST/ODRDiagsEmitter.h
M clang/include/clang/Basic/DiagnosticASTKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/lib/AST/CMakeLists.txt
A clang/lib/AST/ODRDiagsEmitter.cpp
M clang/lib/Serialization/ASTReader.cpp
Log Message:
-----------
[ODRHash diagnostics] Move `ODRDiagsEmitter` to libAST in separate files. NFC.
Intend to use `ODRDiagsEmitter` during parsing to diagnose a parsed
definition differing from a definition with the same name from a hidden
[sub]module.
Differential Revision: https://reviews.llvm.org/D128695
More information about the All-commits
mailing list