[PATCH] D55646: [ASTImporter] Make ODR diagnostics warning by default

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 13 05:37:39 PST 2018


martong added a comment.

The primary reason why want these to be Warnings instead of Errors because there are many false positive ODR Errors at the moment. These are not fatal errors but there is a maximum error count which once reached the whole process (analysis) is aborted.
Usually, such false positives are related to a wrong import of redeclaration chains or existing errors in the structural match logic.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55646/new/

https://reviews.llvm.org/D55646





More information about the cfe-commits mailing list