Lines Matching full:since
2 // RUN: %clang_cc1 -std=c++11 %s -verify=expected,cxx98-14,since-cxx11 -fexceptions -fcxx-exceptions -pedantic-errors
3 // RUN: %clang_cc1 -std=c++14 %s -verify=expected,cxx98-14,since-cxx14,since-cxx11 -fexceptions -fcxx-exceptions -pedantic-errors
4 // RUN: %clang_cc1 -std=c++17 %s -verify=expected,since-cxx17,since-cxx14,since-cxx11 -fexceptions -fcxx-exceptions -pedantic-errors
5 // RUN: %clang_cc1 -std=c++20 %s -verify=expected,since-cxx17,since-cxx14,since-cxx11 -fexceptions -fcxx-exceptions -pedantic-errors
6 // RUN: %clang_cc1 -std=c++23 %s -verify=expected,since-cxx17,since-cxx14,since-cxx11,since-cxx23 -fexceptions -fcxx-exceptions -pedantic-errors
7 // RUN: %clang_cc1 -std=c++2c %s -verify=expected,since-cxx17,since-cxx14,since-cxx11,since-cxx23 -fexceptions -fcxx-exceptions -pedantic-errors
51 // since-cxx23-warning@-1 {{expression result unused}}
53 // since-cxx23-warning@-1 {{expression result unused}}
62 //since-cxx23-warning@-1 {{expression result unused}}
68 // since-cxx11-warning@-1 {{expression result unused}}
70 // since-cxx11-warning@-1 {{expression result unused}}
84 // since-cxx11-error@-1 {{function cannot return array type 'C[1]' (aka 'cwg1223::BB[1]')}}
92 // since-cxx11-error@-1 {{type 'int' cannot be used prior to '::' because it has no members}}
93 // since-cxx11-note@#cwg1227-g {{in instantiation of template class 'cwg1227::A<int>' requested here}}
94 // since-cxx11-note@#cwg1227-g-int {{while substituting explicitly-specified template arguments into function template 'g'}}
122 // since-cxx11-error@-1 {{declaration with trailing return type must be the only declaration in its group}}
124 // since-cxx11-error@-1 {{declaration with trailing return type must be the only declaration in its group}}
126 // since-cxx11-error@-1 {{declaration with trailing return type must be the only declaration in its group}}
131 // since-cxx14-error@-1 {{function with deduced return type must be the only declaration in its group}}
133 // since-cxx14-error@-1 {{function with deduced return type must be the only declaration in its group}}
135 // since-cxx14-error@-1 {{function with deduced return type must be the only declaration in its group}}
157 // since-cxx17-error@#cwg1295-y {{reference cannot bind to bit-field in converted constant expression}}
158 // since-cxx17-note@#cwg1295-Y {{template parameter is declared here}}