forked from OSchip/llvm-project
6407aa9d2e
Summary: For https://github.com/clangd/clangd/issues/382 This commit adds access specifier information to the hover contents. For example, the hover information of a class field or member function will now indicate if the field or member is private, public, or protected. This can be particularly useful when a developer is in the implementation file and wants to know if a particular member definition is public or private. Reviewers: kadircet Reviewed By: kadircet Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D80472 |
||
---|---|---|
.. | ||
assets | ||
tool | ||
BitcodeReader.cpp | ||
BitcodeReader.h | ||
BitcodeWriter.cpp | ||
BitcodeWriter.h | ||
CMakeLists.txt | ||
ClangDoc.cpp | ||
ClangDoc.h | ||
Generators.cpp | ||
Generators.h | ||
HTMLGenerator.cpp | ||
MDGenerator.cpp | ||
Mapper.cpp | ||
Mapper.h | ||
Representation.cpp | ||
Representation.h | ||
Serialize.cpp | ||
Serialize.h | ||
YAMLGenerator.cpp |