forked from OSchip/llvm-project
63168c7533
o Correct the handling of the restrictions on usage of cv-qualified and ref-qualified function types. o Fix a bug where such types were rejected in template type parameter default arguments, due to such arguments not being treated as a template type arg context. o Remove the ExtWarn for usage of such types as template arguments; that was a standard defect, not a GCC extension. o Improve the wording and unify the code for diagnosing cv-qualifiers with the code for diagnosing ref-qualifiers. llvm-svn: 150244 |
||
---|---|---|
.. | ||
p1-ambiguous.cpp | ||
p1-cxx11.cpp | ||
p1.cpp | ||
p2.cpp | ||
p6.cpp |