[PATCH] D58673: [ASTImporter] Fix redecl failures of ClassTemplateSpec
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 5 13:13:45 PST 2019
shafik added inline comments.
================
Comment at: lib/AST/ASTImporter.cpp:5147
}
+ } else { // ODR violation.
+ // FIXME HandleNameConflict
----------------
ODR violations are ill-formed no diagnostic required. So currently will this fail for cases that clang proper would not?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58673/new/
https://reviews.llvm.org/D58673
More information about the cfe-commits
mailing list