http://llvm.org/bugs/show_bug.cgi?id=19244
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Richard Smith <[email protected]> --- (In reply to comment #0) > In the following minimal example, f() incorrectly causes a warning, while > g() and h() correctly do not. Clang is correct. 'this->x' is not a constant expression, per C++11 5.19/2 bullet 1. -- 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
