http://llvm.org/bugs/show_bug.cgi?id=3108
Sebastian Redl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |t Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Sebastian Redl <[email protected]> 2008-12-28 09:40:44 --- Fixed: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20081222/010522.html Clang now always complains about the freestanding const and inline. It complains about the implicit-int and the empty declaration with -pedantic(-errors), as before. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
