[PATCH] D53699: [ASTImporter] Fix inequality of functions with different attributes
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 21 05:52:56 PST 2018
martong added a comment.
Herald added a subscriber: gamesh411.
That's a good point. I agree, we should check some bits (calling convention bits) but not all (e.g. noreturn bit). I am going to create another patch which replaces this.
Repository:
rC Clang
https://reviews.llvm.org/D53699
More information about the cfe-commits
mailing list