jklaehn added a comment. I spotted two typos. :) Also, the commit message needs to be updated.
================ Comment at: lib/Tooling/Refactoring/RefactoringActions.cpp:61 + StringRef getDescription() const override { + return "The new qualified to chagne the symbol to"; + } ---------------- There is a typo here → "qualified name to change" ================ Comment at: lib/Tooling/Refactoring/Rename/RenamingAction.cpp:105 + +const RefactoringDescriptor &QualifiedRenameRuledescribe() { + static const RefactoringDescriptor Descriptor = { ---------------- missing `::`? → `::describe()` https://reviews.llvm.org/D39332 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits