hanchenye-llvm-project/clang/test/CXX/drs
Richard Smith cd19815bc2 [c++1z] Support deducing B in noexcept(B).
This is not required by the standard (yet), but there seems to be reasonable
support for this being a defect according to CWG discussion, and libstdc++ 7.1
relies on it working.

llvm-svn: 304946
2017-06-07 21:46:22 +00:00
..
dr0xx.cpp Update C++ status pages for Clang 4 branch: 2017-01-13 00:57:54 +00:00
dr1xx.cpp PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310). 2017-01-19 21:00:13 +00:00
dr2xx.cpp Print nested name specifiers for typedefs and type aliases 2017-03-10 15:04:58 +00:00
dr3xx.cpp Implement DR 373 "Lookup on namespace qualified name in using-directive" 2017-03-17 21:41:20 +00:00
dr4xx.cpp [Sema] Implement Core 2094: Trivial copy/move constructor for class with volatile member 2017-05-09 22:21:24 +00:00
dr5xx.cpp Print nested name specifiers for typedefs and type aliases 2017-03-10 15:04:58 +00:00
dr6xx.cpp Update C++ status pages for Clang 4 branch: 2017-01-13 00:57:54 +00:00
dr7xx.cpp
dr9xx.cpp
dr10xx.cpp Finish implementation of C++ DR1310 (http://wg21.link/cwg1310). 2017-01-20 00:20:39 +00:00
dr12xx.cpp Implement DR1265 (wg21.link/cwg1265). 2017-01-13 02:22:01 +00:00
dr13xx.cpp [c++1z] Support deducing B in noexcept(B). 2017-06-07 21:46:22 +00:00
dr14xx.cpp Update C++ status pages for Clang 4 branch: 2017-01-13 00:57:54 +00:00
dr15xx.cpp Update C++ status pages for Clang 4 branch: 2017-01-13 00:57:54 +00:00
dr16xx.cpp C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules for special member functions. 2017-02-25 23:53:05 +00:00
dr17xx.cpp P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: 2016-06-28 19:03:57 +00:00
dr18xx.cpp Update C++ status pages for Clang 4 branch: 2017-01-13 00:57:54 +00:00
dr19xx.cpp PR31606: Generalize our tentative DR resolution for inheriting copy/move 2017-01-13 20:46:54 +00:00
dr20xx.cpp [Sema] Implement Core 2094: Trivial copy/move constructor for class with volatile member 2017-05-09 22:21:24 +00:00
dr21xx.cpp C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules for special member functions. 2017-02-25 23:53:05 +00:00
dr118.cpp Add tests for a couple more DRs. 2016-12-09 19:35:45 +00:00
dr158.cpp Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'. 2016-12-23 00:23:01 +00:00
dr412.cpp
dr1748.cpp