mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 11:25:27 +00:00
Fix small nits in clang-refactor doc.
llvm-svn: 315286
This commit is contained in:
parent
7bf866eb10
commit
eac034b992
@ -41,7 +41,7 @@ outline of a ``local-rename`` action:
|
||||
public:
|
||||
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";
|
||||
}
|
||||
|
||||
@ -143,7 +143,7 @@ list of action rules using the following code:
|
||||
Rules.push_back(
|
||||
createRefactoringActionRule<DeleteSelectedRange>(
|
||||
SourceRangeSelectionRequirement())
|
||||
)
|
||||
);
|
||||
|
||||
The ``createRefactoringActionRule`` function takes in a list of refactoring
|
||||
action rule requirement values. These values describe the initiation
|
||||
|
Loading…
x
Reference in New Issue
Block a user