This is an archive of the discontinued LLVM Phabricator instance.

Revert r269546 "Added support to the ASTImporter for C++ constructor initializers."
Needs RevisionPublic

Authored by ovyalov on May 14 2016, 9:30 AM.

Details

Reviewers
chandlerc
spyffe
Summary

Revert r269546 "Added support to the ASTImporter for C++ constructor initializers." as it breaks TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwarf test - http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/14699

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 57283.May 14 2016, 9:30 AM
ovyalov retitled this revision from to Revert r269546 "Added support to the ASTImporter for C++ constructor initializers.".
ovyalov updated this object.
ovyalov added reviewers: spyffe, chandlerc.
ovyalov added a subscriber: llvm-commits.
chandlerc requested changes to this revision.May 15 2016, 7:35 PM
chandlerc edited edge metadata.

This is a candidate revert to Clang, but you've sent it to llvm-commits which isn't likely to help.

You should probably instead of sending a patch reply to the commit thread of the commit which broke this test. That's much more likely to get a response IMO.

This revision now requires changes to proceed.May 15 2016, 7:35 PM
lib/AST/ASTImporter.cpp