Skip to content
Snippets Groups Projects
Commit a8e3ebd8 authored by Haojian Wu's avatar Haojian Wu
Browse files

Fix small nits in clang-refactor doc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315286 91177308-0d34-0410-b5e6-96231b3b80d8
parent d89b5f87
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ outline of a ``local-rename`` action: ...@@ -41,7 +41,7 @@ outline of a ``local-rename`` action:
public: public:
StringRef getCommand() const override { return "local-rename"; } StringRef getCommand() const override { return "local-rename"; }
StringRef getDescription() const override { StringRef getDescription() const override {
return "Finds and renames symbols in code with no indexer support"; return "Finds and renames symbols in code with no indexer support";
} }
...@@ -143,7 +143,7 @@ list of action rules using the following code: ...@@ -143,7 +143,7 @@ list of action rules using the following code:
Rules.push_back( Rules.push_back(
createRefactoringActionRule<DeleteSelectedRange>( createRefactoringActionRule<DeleteSelectedRange>(
SourceRangeSelectionRequirement()) SourceRangeSelectionRequirement())
) );
The ``createRefactoringActionRule`` function takes in a list of refactoring The ``createRefactoringActionRule`` function takes in a list of refactoring
action rule requirement values. These values describe the initiation action rule requirement values. These values describe the initiation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment