https://llvm.org/bugs/show_bug.cgi?id=24325
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Richard Smith <[email protected]> --- Clang is correct; in C++11 onwards, an expression-statement is a discarded-value expression, and if it has volatile type, an extra lvalue-to-rvalue conversion is performed. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
