krememek added inline comments. ================ Comment at: lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:784 @@ -783,3 +783,3 @@ - *Out << "('vertex_style_attribute', 0, ('shape', 'icosahedron'))\n"; - *Out << "('vertex_style', 1, 0, ('shape', 'sphere'), ('color', '#ffcc66')," + *this->Out << "('vertex_style_attribute', 0, ('shape', 'icosahedron'))\n"; + *this->Out << "('vertex_style', 1, 0, ('shape', 'sphere'), ('color', '#ffcc66')," ---------------- This seems really brittle.
Can we just rename the parameter 'Out' to something else, and then just use 'Out'? Seems more reasonable to rename the parameter than to change every single functional line of code that uses 'Out'. http://reviews.llvm.org/D12119 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits