[PATCH] D116004: [NFC] Add missing doxygen file tag in llvm/include/llvm/ADT/ headers

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 19 09:09:56 PST 2021


xgupta created this revision.
Herald added subscribers: dexonsmith, arphaman.
xgupta requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Few header file don't have file tag in them. This patch can be help
in viewing doxygen documentation. When we hover on the included header 
file, small description will display.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116004

Files:
  llvm/include/llvm/ADT/APFixedPoint.h
  llvm/include/llvm/ADT/APFloat.h
  llvm/include/llvm/ADT/APSInt.h
  llvm/include/llvm/ADT/Any.h
  llvm/include/llvm/ADT/BitVector.h
  llvm/include/llvm/ADT/BreadthFirstIterator.h
  llvm/include/llvm/ADT/CachedHashString.h
  llvm/include/llvm/ADT/CoalescingBitVector.h
  llvm/include/llvm/ADT/DenseMap.h
  llvm/include/llvm/ADT/DenseMapInfo.h
  llvm/include/llvm/ADT/DenseSet.h
  llvm/include/llvm/ADT/DepthFirstIterator.h
  llvm/include/llvm/ADT/DirectedGraph.h
  llvm/include/llvm/ADT/EnumeratedArray.h
  llvm/include/llvm/ADT/EpochTracker.h
  llvm/include/llvm/ADT/EquivalenceClasses.h
  llvm/include/llvm/ADT/FloatingPointMode.h
  llvm/include/llvm/ADT/FoldingSet.h
  llvm/include/llvm/ADT/GenericCycleImpl.h
  llvm/include/llvm/ADT/GenericCycleInfo.h
  llvm/include/llvm/ADT/GraphTraits.h
  llvm/include/llvm/ADT/ImmutableList.h
  llvm/include/llvm/ADT/ImmutableMap.h
  llvm/include/llvm/ADT/ImmutableSet.h
  llvm/include/llvm/ADT/IndexedMap.h
  llvm/include/llvm/ADT/IntEqClasses.h
  llvm/include/llvm/ADT/IntervalMap.h
  llvm/include/llvm/ADT/IntrusiveRefCntPtr.h
  llvm/include/llvm/ADT/MapVector.h
  llvm/include/llvm/ADT/None.h
  llvm/include/llvm/ADT/Optional.h
  llvm/include/llvm/ADT/PackedVector.h
  llvm/include/llvm/ADT/PointerIntPair.h
  llvm/include/llvm/ADT/PointerUnion.h
  llvm/include/llvm/ADT/PostOrderIterator.h
  llvm/include/llvm/ADT/PriorityQueue.h
  llvm/include/llvm/ADT/STLExtras.h
  llvm/include/llvm/ADT/STLForwardCompat.h
  llvm/include/llvm/ADT/ScopeExit.h
  llvm/include/llvm/ADT/SetOperations.h
  llvm/include/llvm/ADT/SetVector.h
  llvm/include/llvm/ADT/SmallBitVector.h
  llvm/include/llvm/ADT/SmallPtrSet.h
  llvm/include/llvm/ADT/SmallSet.h
  llvm/include/llvm/ADT/SmallString.h
  llvm/include/llvm/ADT/SmallVector.h
  llvm/include/llvm/ADT/SparseBitVector.h
  llvm/include/llvm/ADT/SparseMultiSet.h
  llvm/include/llvm/ADT/SparseSet.h
  llvm/include/llvm/ADT/Statistic.h
  llvm/include/llvm/ADT/StringExtras.h
  llvm/include/llvm/ADT/StringMap.h
  llvm/include/llvm/ADT/StringMapEntry.h
  llvm/include/llvm/ADT/StringSet.h
  llvm/include/llvm/ADT/StringSwitch.h
  llvm/include/llvm/ADT/TypeSwitch.h
  llvm/include/llvm/ADT/Waymarking.h
  llvm/include/llvm/ADT/bit.h
  llvm/include/llvm/ADT/edit_distance.h
  llvm/include/llvm/ADT/ilist.h
  llvm/include/llvm/ADT/ilist_node.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116004.395342.patch
Type: text/x-patch
Size: 66772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211219/c7f96896/attachment.bin>


More information about the llvm-commits mailing list