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 e2dc12c commit 4b46ebaCopy full SHA for 4b46eba
clang/include/clang/Basic/Attr.td
@@ -1905,7 +1905,7 @@ public:
1905
static constexpr int UNKNOWN = -2;
1906
static constexpr int GLOBAL = -3;
1907
1908
- void setArgs( ArrayRef<IdentifierInfo*> Idents, ArrayRef<SourceLocation> Locs) {
+ void setArgs(ArrayRef<IdentifierInfo*> Idents, ArrayRef<SourceLocation> Locs) {
1909
assert(Idents.size() == params_Size);
1910
assert(Locs.size() == params_Size);
1911
ArgIdents = Idents;
0 commit comments