diff options
Diffstat (limited to 'include/clang/Sema/Sema.h')
-rw-r--r-- | include/clang/Sema/Sema.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 31c63705fd..561fc5f03e 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -349,8 +349,7 @@ public: std::vector<VarDecl *> TentativeDefinitions; /// \brief The set of file scoped decls seen so far that have not been used - /// and must warn if not used. For functions only contains the first - /// declaration. + /// and must warn if not used. Only contains the first declaration. std::vector<const DeclaratorDecl*> UnusedFileScopedDecls; class AccessedEntity { |