aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Index/DeclReferenceMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Index/DeclReferenceMap.h')
-rw-r--r--include/clang/Index/DeclReferenceMap.h3
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);