bader added inline comments.

================
Comment at: lib/Sema/SemaChecking.cpp:6773-6774
@@ -6772,4 +7016,2 @@
 
-namespace {
-
 /// Structure recording the 'active' range of an integer-valued
----------------
The con of this change - it will export all the symbols from this unnamed 
namespace.
The better approach would be to move the code that uses CheckImplicitConversion 
method below this namespace.


http://reviews.llvm.org/D20249



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to