================ @@ -784,6 +784,7 @@ Bug Fixes to AST Handling - Fixed the SourceLocation and SourceRange of reversed rewritten CXXOperatorCallExpr. (#GH192467) - Fixed a assertion when ``__block`` is used on global variables in C mode. (#GH183974) - Added missing AST nodes representing the ``decltype`` specifiers in destructor call to AST. +- Fixed a missing ODR violation diagnostic when two inline definitions of the same function differ only in the inline assembly string or clobber list. (#GH198616) ---------------- ChuanqiXu9 wrote:
```suggestion - Fixed a missing ODR violation diagnostic introduced by the inline assembly string or clobber list. (#GH198616) ``` The "inline definitions of the same function" part is not accurate. https://github.com/llvm/llvm-project/pull/201481 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
