[LLVMbugs] [Bug 21777] Unary operator relationship does not show up under clang::Expr
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 8 10:58:53 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21777
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |WORKSFORME
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Per Doxgyen documentation, the red box in the Stmt page indicates that not all
derived classes are shown. If you visit the Expr documentation:
http://clang.llvm.org/doxygen/classclang_1_1Expr.html
you get a list of "Inherited by" classes. Doxygen doesn't produce a graph of
all of them because there are too many to reasonably do so. I believe this is
working as intended; if not, this is an issue with doxygen, not an issue with
our documentation, as far as I can see.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141208/6bcffa34/attachment.html>
More information about the llvm-bugs
mailing list