"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "785459a2a97c17c6ae1c9c21f67ddb4f2a516635"
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
Loading
Please register or sign in to comment