llvm-project/lldb/source/Plugins/SymbolFile
Sean Callanan dbb583992a Sometimes the debug information includes artifically-
generated special member functions (constructors,
destructors, etc.) for classes that don't really have
them.  We needed to mark these as artificial to reflect
the debug information; this bug does that for
constructors and destructors.

The "etc." case (certain assignment operators, mostly)
remains to be fixed.

llvm-svn: 143526
2011-11-02 01:38:59 +00:00
..
DWARF Sometimes the debug information includes artifically- 2011-11-02 01:38:59 +00:00
Symtab Completed the glue that passes a ClangNamespaceDecl * 2011-10-13 01:49:10 +00:00