[llvm] 0ca2b93 - [NFC] add the missing //@}
Chen Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu May 12 19:43:45 PDT 2022
Author: Chen Zheng
Date: 2022-05-12T22:43:35-04:00
New Revision: 0ca2b93cc2864ad33937f21351f0d34dd5819aa2
URL: https://github.com/llvm/llvm-project/commit/0ca2b93cc2864ad33937f21351f0d34dd5819aa2
DIFF: https://github.com/llvm/llvm-project/commit/0ca2b93cc2864ad33937f21351f0d34dd5819aa2.diff
LOG: [NFC] add the missing //@}
address code review comments for D123995
Added:
Modified:
llvm/include/llvm/ADT/GenericCycleInfo.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ADT/GenericCycleInfo.h b/llvm/include/llvm/ADT/GenericCycleInfo.h
index d5f9cd9142ac3..7228559dfc335 100644
--- a/llvm/include/llvm/ADT/GenericCycleInfo.h
+++ b/llvm/include/llvm/ADT/GenericCycleInfo.h
@@ -178,6 +178,7 @@ template <typename ContextT> class GenericCycle {
iterator_range<const_entry_iterator> entries() const {
return llvm::make_range(Entries.begin(), Entries.end());
}
+ //@}
Printable printEntries(const ContextT &Ctx) const {
return Printable([this, &Ctx](raw_ostream &Out) {
More information about the llvm-commits
mailing list