| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix newlines. | Daniel Dunbar | 2011-01-18 | 1 | -60/+60 |
| | | | | | llvm-svn: 123742 | ||||
| * | tests: Force a triple. | Daniel Dunbar | 2011-01-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 123741 | ||||
| * | Add support for explicit constructor calls in Microsoft mode. | Francois Pichet | 2011-01-18 | 1 | -0/+60 |
| For example: class A{ public: A& operator=(const A& that) { if (this != &that) { this->A::~A(); this->A::A(that); // <=== explicit constructor call. } return *this; } }; More work will be needed to support an explicit call to a template constructor. llvm-svn: 123735 | |||||

