Eugene.Zelenko added inline comments. ================ Comment at: lib/Serialization/ASTReader.cpp:5074 @@ -5087,3 +5073,3 @@ bool operator()(ModuleFile &M) { - HeaderFileInfoLookupTable *Table + auto *Table = static_cast<HeaderFileInfoLookupTable *>(M.HeaderFileInfoTable); ---------------- I don't think it's good idea to make coding practices depending on formatting.
http://reviews.llvm.org/D15251 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits