summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge/init-ctors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-161-0/+10
| | | | | | | | | Also added named casts and propagation of "implicit" to fix the LLDB testsuite. This is a fixed commit of r269546, which was reverted by r269575. Thanks to Aleksei Sidorin for review and advice. llvm-svn: 269693
* Revert r269546 "Added support to the ASTImporter for C++ constructor ↵Oleksiy Vyalov2016-05-141-10/+0
| | | | | | 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 llvm-svn: 269575
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-141-0/+10
Thanks to Aleksei Sidorin for review and advice. llvm-svn: 269546
OpenPOWER on IntegriCloud