]> granicus.if.org Git - llvm/commit
IR: Cleanup comments for Value, User, and MDNode
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Oct 2014 20:28:31 +0000 (20:28 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Oct 2014 20:28:31 +0000 (20:28 +0000)
commit40dd9d68d717c286d78bfe804ce73602f64b8d72
treed17888c9eca625e41d115d766df4d4c11b7188b6
parenta169d594378a53bf93ea1545616eb39425cc0315
IR: Cleanup comments for Value, User, and MDNode

A follow-up commit will modify the memory-layout of `Value`, `User`, and
`MDNode`.  First fix the comments to be doxygen-friendly (and to follow
the coding standards).

  - Use "\brief" instead of "repeatedName -".
  - Add a brief intro where it was missing.
  - Remove duplicated comments from source files (and a couple of
    noisy/trivial comments altogether).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219844 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Metadata.h
include/llvm/IR/User.h
include/llvm/IR/Value.h
include/llvm/IR/ValueHandle.h
lib/IR/Metadata.cpp
lib/IR/User.cpp
lib/IR/Value.cpp