llvm-project/clang/test/CXX
Douglas Gregor 31f55dced5 Implement support for null non-type template arguments for non-type
template parameters of pointer, pointer-to-member, or nullptr_t
type in C++11. Fixes PR9700 / <rdar://problem/11193097>.

llvm-svn: 154219
2012-04-06 22:40:38 +00:00
..
basic When determining whether an identifier followed by a '<' in a member 2012-03-10 23:52:41 +00:00
class Improve diagnostics for invalid use of non-static members / this: 2012-04-05 01:13:04 +00:00
class.access Diagnose tag and class template declarations with qualified 2012-03-17 23:06:31 +00:00
class.derived Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
conv Compute the promoted integer type of fixed-width enums correctly. Found by inspection. 2011-10-26 07:38:19 +00:00
dcl.dcl Temporary workaround for bug#12457: turn the 'constexpr function never produces 2012-04-05 18:57:10 +00:00
dcl.decl Dependent-sequence initialization of a single element can be direct 2012-04-04 04:06:51 +00:00
except In C++11 mode, when an integral constant expression is desired and we have a 2012-02-04 09:53:13 +00:00
expr Improve diagnostics for invalid use of non-static members / this: 2012-04-05 01:13:04 +00:00
lex Improve diagnostics for UCNs referring to control characters and members of the 2012-03-09 22:27:51 +00:00
over When computing the conversion sequence in overload resolution 2012-04-04 02:40:27 +00:00
special Improve diagnostics for invalid use of non-static members / this: 2012-04-05 01:13:04 +00:00
stmt.stmt Support decltype as a simple-type-specifier. 2012-01-24 05:47:35 +00:00
temp Implement support for null non-type template arguments for non-type 2012-04-06 22:40:38 +00:00