[clangd] Update comment after dea48079b9

This commit is contained in:
Kirill Bobyrev 2021-09-30 16:45:10 +02:00
parent 6f2d01376d
commit 38ec2292f0
No known key found for this signature in database
GPG key ID: 2307C055C8384FA0

View file

@ -141,7 +141,7 @@ public:
// All transitive includes (absolute paths), with their minimum include depth.
// Root --> 0, #included file --> 1, etc.
// Root is the ID of the header being visited first.
// Usually it is getID(SM.getFileEntryForID(SM.getMainFileID())->getName()).
// Usually it is getID(SM.getFileEntryForID(SM.getMainFileID()), SM).
llvm::DenseMap<HeaderID, unsigned> includeDepth(HeaderID Root) const;
// Maps HeaderID to the ids of the files included from it.