[PATCH] D142577: [clang-doc] Removed unused method in the Info class
Paul Kirth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 25 15:56:12 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG881d151c527c: [clang-doc] Removed unused method in the Info class (authored by paulkirth).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142577/new/
https://reviews.llvm.org/D142577
Files:
clang-tools-extra/clang-doc/Representation.h
Index: clang-tools-extra/clang-doc/Representation.h
===================================================================
--- clang-tools-extra/clang-doc/Representation.h
+++ clang-tools-extra/clang-doc/Representation.h
@@ -290,10 +290,6 @@
/// Returns the basename that should be used for this Info.
llvm::SmallString<16> getFileBaseName() const;
-
- // Returns a reference to the parent scope (that is, the immediate parent
- // namespace or class in which this decl resides).
- llvm::Expected<Reference> getEnclosingScope();
};
// Info for namespaces.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142577.492281.patch
Type: text/x-patch
Size: 568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230125/1cf75d12/attachment.bin>
More information about the cfe-commits
mailing list