http://llvm.org/bugs/show_bug.cgi?id=21777
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from Richard Smith <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
