[PATCH] D59761: [ASTImporter] Covert ODR diagnostics inside ASTImporter implementation
Endre Fülöp via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 25 04:21:17 PDT 2019
gamesh411 created this revision.
Herald added subscribers: cfe-commits, Szelethus, dkrupp.
Herald added a reviewer: martong.
Herald added a reviewer: a.sidorin.
Herald added a reviewer: shafik.
Herald added a project: clang.
gamesh411 added a subscriber: martong.
Herald added a subscriber: rnkovacs.
gamesh411 added a parent revision: D58897: [ASTImporter] Make ODR error handling configurable.
ASTStructuralEquivalence uses a flag to indicate whether ODR diagnostics
should be considered errors or warnings as module Sema is more strict than
ASTMerge. The implementation of ASTImporter should allso follow
along the same lines.
Repository:
rC Clang
https://reviews.llvm.org/D59761
Files:
lib/AST/ASTImporter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59761.192072.patch
Type: text/x-patch
Size: 6533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190325/7f3cd18d/attachment.bin>
More information about the cfe-commits
mailing list