[PATCH] D58897: Make ODR error handling configurable

Endre Fülöp via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 4 05:34:39 PST 2019


gamesh411 created this revision.
Herald added subscribers: cfe-commits, jdoerfert, Szelethus, dkrupp.
Herald added a reviewer: martong.
Herald added a project: clang.

ODR errors are not necessarily true errors during the import of ASTs.
ASTMerge and CrossTU should use the warning equivalent of every CTU error,
while Sema should emit errors as before.


Repository:
  rC Clang

https://reviews.llvm.org/D58897

Files:
  include/clang/AST/ASTStructuralEquivalence.h
  include/clang/Basic/DiagnosticASTKinds.td
  include/clang/Basic/DiagnosticGroups.td
  lib/AST/ASTStructuralEquivalence.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58897.189135.patch
Type: text/x-patch
Size: 26808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190304/d10aca54/attachment-0001.bin>


More information about the cfe-commits mailing list