diff options
Diffstat (limited to 'clang/include/clang/AST/UnresolvedSet.h')
| -rw-r--r-- | clang/include/clang/AST/UnresolvedSet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/AST/UnresolvedSet.h b/clang/include/clang/AST/UnresolvedSet.h index 614ff9bf2ef..d6b01cb5733 100644 --- a/clang/include/clang/AST/UnresolvedSet.h +++ b/clang/include/clang/AST/UnresolvedSet.h @@ -57,7 +57,7 @@ public: NamedDecl *operator->() const { return **this; } }; -/// \brief A set of unresolved declarations. +/// A set of unresolved declarations. class UnresolvedSetImpl { using DeclsTy = SmallVectorImpl<DeclAccessPair>; @@ -140,7 +140,7 @@ private: } }; -/// \brief A set of unresolved declarations. +/// A set of unresolved declarations. template <unsigned InlineCapacity> class UnresolvedSet : public UnresolvedSetImpl { SmallVector<DeclAccessPair, InlineCapacity> Decls; |

