Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed layout of test/ASTMerge. | Sean Callanan | 2016-11-16 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | As outlined in a previous RFC, the test/ASTMerge/Inputs folder is getting full and the tests are starting to become interdependent. This is undesirable because - it makes it harder to write new tests - it makes it harder to figure out at a glance what old tests are doing, and - it adds the risk of breaking one test while changing a different one, because of the interdependencies. To fix this, according to the conversation in the RFC, I have changed the layout from a.c Inputs/a1.c Inputs/a2.c to a/test.c a/Inputs/a1.c a/Inputs/a2.c for all existing tests. I have also eliminated interdependencies by replicating the input files for each test that uses them. https://reviews.llvm.org/D26571 llvm-svn: 287129 | ||||
* | Added support to the ASTImporter for C++ constructor initializers. | Sean Callanan | 2016-05-16 | 1 | -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 Vyalov | 2016-05-14 | 1 | -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 Callanan | 2016-05-14 | 1 | -0/+10 |
Thanks to Aleksei Sidorin for review and advice. llvm-svn: 269546 |