llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
26.76k stars 10.96k forks source link

decl has an inheritance graph but no interface docs #28666

Open llvmbot opened 8 years ago

llvmbot commented 8 years ago
Bugzilla Link 28292
Version trunk
OS All
Reporter LLVM Bugzilla Contributor
CC @AaronBallman,@rnk,@tlattner

Extended Description

http://clang.llvm.org/doxygen/classDecl.html has no function documentation. I would expect it to look more like this page:

http://clang.llvm.org/doxygen/classclang_1_1NamedDecl.html

rnk commented 8 years ago

Probably a doxygen bug. The declaration looks like this:

/// docs docs docs class LLVM_ALIGNAS(/alignof(uint64_t)/ 8) Decl { ...

Unfortunately, that's where alignas is supposed to live, so I'm not sure how we can fix this.