Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -2/+2 |
| | | | | llvm-svn: 230795 | ||||
* | Remove trailing whitespace to make test compatible with typeless pointer ↵ | David Blaikie | 2015-02-15 | 1 | -1/+1 |
| | | | | | | migration llvm-svn: 229272 | ||||
* | Emit DeferredDeclsToEmit in a DFS order. | Rafael Espindola | 2015-01-22 | 1 | -5/+5 |
| | | | | | | | | | | | | | | Currently we emit DeferredDeclsToEmit in reverse order. This patch changes that. The advantages of the change are that * The output order is a bit closer to the source order. The change to test/CodeGenCXX/pod-member-memcpys.cpp is a good example. * If we decide to deffer more, it will not cause as large changes in the estcases as it would without this patch. llvm-svn: 226751 | ||||
* | hopefully fix a bunch of ARM buildbot failures | Nuno Lopes | 2012-05-09 | 1 | -1/+1 |
| | | | | llvm-svn: 156513 | ||||
* | When synthesizing an implicitly-defined copy or move constructor, or | Douglas Gregor | 2011-11-28 | 1 | -0/+42 |
when computing the exception specification of a copy or move constructor, ignore non-static data member initializers. Fixes PR11418 / <rdar://problem/10478642>. llvm-svn: 145269 |