We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38658b5 commit 0613f8bCopy full SHA for 0613f8b
clang-tools-extra/clang-move/Move.h
@@ -49,9 +49,7 @@ class DeclarationReporter {
49
bool Templated = false; // Whether the declaration is templated.
50
};
51
52
- const std::vector<Declaration> getDeclarationList() const {
53
- return DeclarationList;
54
- }
+ ArrayRef<Declaration> getDeclarationList() const { return DeclarationList; }
55
56
private:
57
std::vector<Declaration> DeclarationList;
0 commit comments