lg
================ Comment at: lib/Tooling/Refactoring.cpp:116 @@ +115,3 @@ + this->FilePath = EC ? FilePath.c_str() : Entry->getName(); + } else + this->FilePath = InvalidLocation; ---------------- I think the common practice is to use braces if one part of the if-else needs braces. http://llvm-reviews.chandlerc.com/D1771 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
