llvm-project/clang/test/CXX/except/except.spec
Rafael Espindola e5df59ff78 Emit DeferredDeclsToEmit in a DFS order.
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
2015-01-22 00:24:57 +00:00
..
canonical.cpp MSVC 2013 type trait support 2014-01-20 00:24:09 +00:00
p1.cpp Instantiate exception specifications when instantiating function types (other 2014-11-12 02:00:47 +00:00
p2-dynamic-types.cpp
p2-places.cpp
p3.cpp
p4.cpp Preserve exception specs in function decl merging. 2013-09-06 21:09:09 +00:00
p5-delayed.cpp Delay checking overrides for exception specifications if the overridden 2014-11-22 03:09:05 +00:00
p5-pointers.cpp
p5-virtual.cpp
p9-dynamic.cpp
p9-noexcept.cpp Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. 2013-02-22 09:10:20 +00:00
p11.cpp Clean up language and grammar. 2014-05-20 17:10:39 +00:00
p14-ir.cpp Emit DeferredDeclsToEmit in a DFS order. 2015-01-22 00:24:57 +00:00
p14.cpp Take cv-qualifiers on fields of class type into account when determining 2013-11-25 07:07:05 +00:00
p15.cpp PR16638, DR1552: the exception specification on an implicitly-declared 2014-02-07 22:51:16 +00:00
template.cpp