diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-07-29 23:39:25 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-07-29 23:39:25 +0000 |
commit | 614455cdacdea77cc8ea89efca08f043f65877d7 (patch) | |
tree | 5be2942b88319d4bbe2bc502135ceb47c7aac81f /include/clang/Index/DeclReferenceMap.h | |
parent | 768a6c94a52ddf4f2f6d0c6d611db6cf224b1a1c (diff) |
Fix some comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Index/DeclReferenceMap.h')
-rw-r--r-- | include/clang/Index/DeclReferenceMap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Index/DeclReferenceMap.h b/include/clang/Index/DeclReferenceMap.h index 130ca387d5..d1e2c09e98 100644 --- a/include/clang/Index/DeclReferenceMap.h +++ b/include/clang/Index/DeclReferenceMap.h @@ -26,8 +26,7 @@ namespace idx { /// \brief Maps NamedDecls with the ASTLocations that reference them. /// -/// References are mapped and retrieved using the primary decls -/// (see Decl::getPrimaryDecl()). +/// References are mapped and retrieved using the canonical decls. class DeclReferenceMap { public: explicit DeclReferenceMap(ASTContext &Ctx); |