http://llvm.org/bugs/show_bug.cgi?id=21724
David Majnemer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from David Majnemer <[email protected]> --- Clang is aware, it just won't tell you unless you pass -pedantic: <stdin>:5:7: warning: ISO C forbids taking the address of an expression of type 'void' &foo; // 2 ^~~~ <stdin>:5:7: warning: expression result unused &foo; // 2 -- 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
