[PATCH] D58897: Make ODR error handling configurable

2019-03-04 Thread Endre Fülöp via Phabricator via cfe-commits
gamesh411 added a comment. This revision is the alternative of the abandoned D55646 . Now Sema uses the old behavior of emitting ODR errors while merging and importing is done in a more lenient way. Repository: rC Clang CHANGES SINCE LAST ACTION https://re

[PATCH] D58897: Make ODR error handling configurable

2019-03-04 Thread Endre Fülöp via Phabricator via cfe-commits
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 eve