[PATCH] D128695: [ODRHash diagnostics] Move `ODRDiagsEmitter` to libAST in separate files. NFC.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 27 20:09:00 PDT 2022


vsapsai created this revision.
Herald added subscribers: ributzka, mgorny.
Herald added a project: All.
vsapsai requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Intend to use `ODRDiagsEmitter` during parsing to diagnose a parsed
definition differing from a definition with the same name from a hidden
[sub]module.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128695

Files:
  clang/include/clang/AST/ODRDiagsEmitter.h
  clang/include/clang/Basic/DiagnosticASTKinds.td
  clang/include/clang/Basic/DiagnosticSerializationKinds.td
  clang/lib/AST/CMakeLists.txt
  clang/lib/AST/ODRDiagsEmitter.cpp
  clang/lib/Serialization/ASTReader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128695.440458.patch
Type: text/x-patch
Size: 156907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220628/15f36467/attachment-0001.bin>


More information about the cfe-commits mailing list